Skip to content

Commit 22c265f

Browse files
committed
Update comment
1 parent ab31647 commit 22c265f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mlir/lib/Analysis/DataFlow/LivenessAnalysis.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ ChangeResult Liveness::meet(const AbstractSparseLattice &other) {
5353
/// (2) is returned by a public function OR
5454
/// (3) is used to compute a value of type (1) or (2) OR
5555
/// (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.
56+
/// nor a RegionBranchOpInterface (e.g.: linalg.yield, gpu.yield,...)
57+
/// These ops have their own semantics, so we conservatively mark the
58+
/// the yield value as live.
5859
/// It is also to be noted that a value could be of multiple types (1/2/3) at
5960
/// the same time.
6061
///

0 commit comments

Comments
 (0)