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 ea3d6e3 commit 91d530fCopy full SHA for 91d530f
include/swift/SILOptimizer/Utils/CanonicalOSSALifetime.h
@@ -285,6 +285,7 @@ class CanonicalizeOSSALifetime {
285
/// be hoisted over to avoid churn and infinite looping.
286
static bool ignoredByDestroyHoisting(SILInstructionKind kind) {
287
switch (kind) {
288
+ case SILInstructionKind::DebugValueInst:
289
case SILInstructionKind::DestroyValueInst:
290
case SILInstructionKind::CopyValueInst:
291
case SILInstructionKind::BeginBorrowInst:
0 commit comments