Skip to content

Commit 79c1f38

Browse files
committed
Remove 1/5 iterations of redundant load elim. I do not see performance
regression. but do see a compilation time improvement
1 parent 84a6ff1 commit 79c1f38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/SILOptimizer/PassManager/Passes.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ void swift::runSILOptimizationPasses(SILModule &Module) {
345345
PM.addCSE();
346346
PM.addSILCombine();
347347
PM.addJumpThreadSimplifyCFG();
348-
PM.addRedundantLoadElimination();
349348
PM.addDeadStoreElimination();
350349
PM.addCSE();
351350
PM.addLateCodeMotion();

0 commit comments

Comments
 (0)