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 e280c52 commit 2542515Copy full SHA for 2542515
SwiftCompilerSources/Sources/Optimizer/Utilities/OwnershipLiveness.swift
@@ -579,10 +579,6 @@ extension InteriorUseWalker: OwnershipUseVisitor {
579
580
mutating func interiorPointerUse(of operand: Operand, into address: Value)
581
-> WalkResult {
582
- // OSSA lifetime ignores trivial types.
583
- if operand.value.type.isTrivial(in: function) {
584
- return .continueWalk
585
- }
586
if useVisitor(operand) == .abortWalk {
587
return .abortWalk
588
}
0 commit comments