mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-08 00:38:40 -04:00
2085491fdf
Add -Zautodiff_post_passes flag to limit which llvm passes to run after enzyme to make autodiff tests more robust * Add -Zautodiff_post_passes flag to limit which llvm passes to run after enzyme to make autodiff tests more robust * Change some llvm ir check in codegen_llvm/autodiff tests r? @ZuseZ4