File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ FPM buildARMv8FunctionPipeline(OptInfo opt_info) {
107107 // fpm.addPass(FusedAddr());
108108 // fpm.addPass(MachineConstantFold());
109109 fpm.addPass (ISel ());
110- // opt_info.peephole_afterIsel ? fpm.addPass(GenericPeephole(Stage::AfterIsel)) : nop;
111- // opt_info.CFGsimplifyBeforeRa ? fpm.addPass(CFGsimplifyBeforeRA()) : nop;
110+ opt_info.peephole_afterIsel ? fpm.addPass (GenericPeephole (Stage::AfterIsel)) : nop;
111+ opt_info.CFGsimplifyBeforeRa ? fpm.addPass (CFGsimplifyBeforeRA ()) : nop;
112112 // opt_info.redundantLoadEli ? fpm.addPass(RedundantLoadEli(opt_info.redundantLoadEli_weight)) : nop;
113113 fpm.addPass (PreRAlegalize ());
114114 // opt_info.machineLICM ? fpm.addPass(MachineLICMPass()) : nop;
You can’t perform that action at this time.
0 commit comments