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 f032f27 commit af3c29cCopy full SHA for af3c29c
SwiftCompilerSources/Sources/Optimizer/Utilities/LifetimeDependenceUtils.swift
@@ -792,6 +792,8 @@ extension LifetimeDependenceUseDefWalker {
792
/// yieldedDependence(result: Operand) -> WalkResult
793
/// Start walking:
794
/// walkDown(root: Value)
795
+///
796
+/// Note: this may visit values that are not dominated by `root` because of dependent phi operands.
797
protocol LifetimeDependenceDefUseWalker : ForwardingDefUseWalker,
798
OwnershipUseVisitor,
799
AddressUseVisitor {
0 commit comments