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 cbfe326 commit 4915bfaCopy full SHA for 4915bfa
lib/SILOptimizer/Utils/ConstExpr.cpp
@@ -1768,6 +1768,7 @@ ConstExprFunctionState::evaluateFlowSensitive(SILInstruction *inst) {
1768
isa<ReleaseValueInst>(inst) || isa<StrongRetainInst>(inst) ||
1769
isa<StrongReleaseInst>(inst) || isa<DestroyValueInst>(inst) ||
1770
isa<EndBorrowInst>(inst) || isa<DebugStepInst>(inst) ||
1771
+ isa<ExtendLifetimeInst>(inst) ||
1772
// Skip instrumentation
1773
isInstrumentation(inst))
1774
return std::nullopt;
0 commit comments