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 42ad91e commit 619eb42Copy full SHA for 619eb42
lib/SILOptimizer/PassManager/PassPipeline.cpp
@@ -151,13 +151,6 @@ static void addMandatoryDiagnosticOptPipeline(SILPassPipelinePlan &P) {
151
// and `differentiable_function` instructions.
152
P.addDifferentiation();
153
154
- // Only run semantic arc opts if we are optimizing and if mandatory semantic
155
- // arc opts is explicitly enabled.
156
- //
157
- // NOTE: Eventually this pass will be split into a mandatory/more aggressive
158
- // pass. This will happen when OSSA is no longer eliminated before the
159
- // optimizer pipeline is run implying we can put a pass that requires OSSA
160
- // there.
161
const auto &Options = P.getOptions();
162
P.addClosureLifetimeFixup();
163
0 commit comments