We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43efce8 commit 96f554cCopy full SHA for 96f554c
1 file changed
compiler/rustc_monomorphize/src/collector.rs
@@ -917,7 +917,6 @@ fn visit_instance_use<'tcx>(
917
return;
918
}
919
if let Some(intrinsic) = tcx.intrinsic(instance.def_id()) {
920
- #[cfg(llvm_enzyme)]
921
collect_enzyme_autodiff_fn(tcx, instance, intrinsic, output);
922
923
if let Some(_requirement) = ValidityRequirement::from_intrinsic(intrinsic.name) {
0 commit comments