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 066f140 + a7feb67 commit 1eeba39Copy full SHA for 1eeba39
lib/SILOptimizer/PassManager/PassPipeline.cpp
@@ -79,7 +79,7 @@ static void addOwnershipModelEliminatorPipeline(SILPassPipelinePlan &P) {
79
}
80
81
static void addMandatoryOptPipeline(SILPassPipelinePlan &P) {
82
- P.startPipeline(ExecutionKind::UntilFixPoint, "Guaranteed Passes");
+ P.startPipeline(ExecutionKind::OneIteration, "Guaranteed Passes");
83
P.addCapturePromotion();
84
P.addAllocBoxToStack();
85
P.addNoReturnFolding();
0 commit comments