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 921de5f commit 117d40bCopy full SHA for 117d40b
SwiftCompilerSources/Sources/Optimizer/Utilities/OwnershipLiveness.swift
@@ -358,6 +358,7 @@ extension InteriorUseVisitor: AddressDefUseWalker {
358
if address.value.type.objectType.isTrivial(in: function) {
359
return .continueWalk
360
}
361
+ //!!! handle BeginAccess
362
switch address.instruction {
363
case let load as LoadBorrowInst:
364
return visitUsesOfInner(value: load)
0 commit comments