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 dceff4a commit a7a6cc5Copy full SHA for a7a6cc5
SwiftCompilerSources/Sources/Optimizer/Utilities/LocalVariableUtils.swift
@@ -441,7 +441,8 @@ extension LocalVariableAccessWalker: AddressUseVisitor {
441
}
442
443
mutating func escapingAddressUse(of operand: Operand) -> WalkResult {
444
- return .abortWalk
+ visit(LocalVariableAccess(.escape, operand))
445
+ return .continueWalk
446
447
448
mutating func unknownAddressUse(of operand: Operand) -> WalkResult {
0 commit comments