Skip to content

Commit 0515889

Browse files
committed
Remove one invocation of the ARC optimizer.
Removing one of the invocation of the ARC optimizer. I did not measure any regressions on the performance test suite (using -O), but I did see a reduction in compile time on rdar://24350646.
1 parent 2344969 commit 0515889

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
@@ -200,7 +200,6 @@ void AddSSAPasses(SILPassManager &PM, OptimizationLevelKind OpLevel) {
200200
PM.addDeadStoreElimination();
201201
PM.addCSE();
202202
PM.addEarlyCodeMotion();
203-
PM.addARCSequenceOpts();
204203

205204
PM.addSILLinker();
206205

0 commit comments

Comments
 (0)