Skip to content

Commit 429ae50

Browse files
Update mlir/lib/Transforms/RemoveDeadValues.cpp
Co-authored-by: Andrzej Warzyński <[email protected]>
1 parent 3b8b16c commit 429ae50

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mlir/lib/Transforms/RemoveDeadValues.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,8 +637,9 @@ static void processRegionBranchOp(RegionBranchOpInterface regionBranchOp,
637637
/// Iterate through each successor block of the operation.
638638
/// (1) For each successor block, gather all operands from all successors.
639639
/// (2) Fetch their associated liveness analysis data and collect for future
640-
/// removal. (3) Identify and collect the dead operands from the successor block
641-
/// as well as their corresponding arguments.
640+
/// removal.
641+
/// (3) Identify and collect the dead operands from the successor block
642+
/// as well as their corresponding arguments.
642643

643644
static void processBranchOp(BranchOpInterface branchOp, RunLivenessAnalysis &la,
644645
DenseSet<Value> &nonLiveSet,

0 commit comments

Comments
 (0)