We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c2254b + 47de65c commit f240867Copy full SHA for f240867
lib/SILOptimizer/PassManager/PassPipeline.cpp
@@ -397,6 +397,8 @@ static void addPerfEarlyModulePassPipeline(SILPassPipelinePlan &P) {
397
// we do not spend time optimizing them.
398
P.addDeadFunctionElimination();
399
400
+ P.addSemanticARCOpts();
401
+
402
// Strip ownership from non-transparent functions.
403
if (P.getOptions().StripOwnershipAfterSerialization)
404
P.addNonTransparentFunctionOwnershipModelEliminator();
0 commit comments