Skip to content

Commit 23fd7b6

Browse files
ZuseZ4davidtwco
andauthored
Update compiler/rustc_codegen_llvm/src/back/write.rs
Co-authored-by: David Wood <[email protected]>
1 parent 2c50ebd commit 23fd7b6

File tree

1 file changed

+1
-2
lines changed
  • compiler/rustc_codegen_llvm/src/back

1 file changed

+1
-2
lines changed

compiler/rustc_codegen_llvm/src/back/write.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,8 +683,7 @@ pub(crate) fn differentiate(
683683
crate::builder::generate_enzyme_call(llmod, llcx, fn_def, fn_target, item.attrs.clone());
684684
}
685685

686-
// FIXME(ZuseZ4): In the following upstream PR, we want to add code to handle SanitizeHWAddress,
687-
// to prevent some illegal/unsupported optimizations.
686+
// FIXME(ZuseZ4): support SanitizeHWAddress and prevent illegal/unsupported opts
688687

689688
if let Some(opt_level) = config.opt_level {
690689
let opt_stage = match cgcx.lto {

0 commit comments

Comments
 (0)