We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa51fc0 commit c32c65aCopy full SHA for c32c65a
compiler/rustc_mir_transform/src/lib.rs
@@ -577,6 +577,7 @@ fn run_optimization_passes<'tcx>(tcx: TyCtxt<'tcx>, body: &mut Body<'tcx>) {
577
&o1(simplify::SimplifyCfg::new("final")),
578
&nrvo::RenameReturnPlace,
579
&simplify::SimplifyLocals::new("final"),
580
+ &o1(simplify::SimplifyCfg::new("final")),
581
&multiple_return_terminators::MultipleReturnTerminators,
582
&deduplicate_blocks::DeduplicateBlocks,
583
// Some cleanup necessary at least for LLVM and potentially other codegen backends.
0 commit comments