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 bdabc21 commit 95a100aCopy full SHA for 95a100a
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