File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
compiler/rustc_codegen_llvm/src/builder Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -558,17 +558,7 @@ fn to_enzyme_typetree(
558
558
enzyme_tt
559
559
}
560
560
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.
572
562
pub ( crate ) fn add_tt < ' ll > (
573
563
llmod : & ' ll llvm:: Module ,
574
564
llcx : & ' ll llvm:: Context ,
You can’t perform that action at this time.
0 commit comments