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.
1 parent 7020cf3 commit 1880714Copy full SHA for 1880714
lib/SILOptimizer/PassManager/PassPipeline.cpp
@@ -637,8 +637,8 @@ static void addPerfEarlyModulePassPipeline(SILPassPipelinePlan &P) {
637
// callees. This provides more precise escape analysis and side effect analysis
638
// of callee arguments.
639
static void addHighLevelFunctionPipeline(SILPassPipelinePlan &P) {
640
- P.startPipeline("HighLevel,Function+EarlyLoopOpt");
641
- // FIXME: update EagerSpecializer to be a function pass!
+ P.startPipeline("HighLevel,Function+EarlyLoopOpt",
+ true /*isFunctionPassPipeline*/);
642
P.addEagerSpecializer();
643
P.addObjCBridgingOptimization();
644
0 commit comments