Skip to content

Commit 2544376

Browse files
committed
fixing white space issue because of docs comments
Signed-off-by: Karan Janthe <[email protected]>
1 parent 46e89c8 commit 2544376

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

compiler/rustc_codegen_llvm/src/builder/autodiff.rs

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -558,17 +558,7 @@ fn to_enzyme_typetree(
558558
enzyme_tt
559559
}
560560

561-
/// Attaches TypeTree information to LLVM function as enzyme_type attributes.
562-
///
563-
/// This function converts Rust TypeTrees to Enzyme format and attaches them as
564-
/// LLVM string attributes. Enzyme reads these attributes during autodiff analysis
565-
/// to understand the memory layout and generate correct derivative code.
566-
///
567-
/// # Arguments
568-
/// * `llmod` - LLVM module containing the function
569-
/// * `llcx` - LLVM context for creating attributes
570-
/// * `fn_def` - LLVM function to attach TypeTrees to
571-
/// * `tt` - Function TypeTree containing input and return type information
561+
// Attaches TypeTree information to LLVM function as enzyme_type attributes.
572562
pub(crate) fn add_tt<'ll>(
573563
llmod: &'ll llvm::Module,
574564
llcx: &'ll llvm::Context,

0 commit comments

Comments
 (0)