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 ab31647 commit 22c265fCopy full SHA for 22c265f
mlir/lib/Analysis/DataFlow/LivenessAnalysis.cpp
@@ -53,8 +53,9 @@ ChangeResult Liveness::meet(const AbstractSparseLattice &other) {
53
/// (2) is returned by a public function OR
54
/// (3) is used to compute a value of type (1) or (2) OR
55
/// (4) is returned by a return-like op whose parent isn't a callable
56
-/// (e.g.: linalg.yield, gpu.yield,...) These ops have their own
57
-/// semantics, so we conservatively mark the value as live.
+/// nor a RegionBranchOpInterface (e.g.: linalg.yield, gpu.yield,...)
+/// These ops have their own semantics, so we conservatively mark the
58
+/// the yield value as live.
59
/// It is also to be noted that a value could be of multiple types (1/2/3) at
60
/// the same time.
61
///
0 commit comments