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 192bb33 commit 5714982Copy full SHA for 5714982
lib/SILOptimizer/PassManager/PassPipeline.cpp
@@ -1011,6 +1011,9 @@ SILPassPipelinePlan::getPerformancePassPipeline(const SILOptions &Options) {
1011
// importing this module.
1012
P.addSerializeSILPass();
1013
1014
+ if (P.getOptions().EnableOSSAModules && SILPrintFinalOSSAModule) {
1015
+ addModulePrinterPipeline(P, "SIL Print Final OSSA Module");
1016
+ }
1017
// Strip any transparent functions that still have ownership.
1018
P.addOwnershipModelEliminator();
1019
0 commit comments