[Mlir-commits] [mlir] [MLIR] Prevent invalid IR from being passed outside of RemoveDeadValues (PR #121079)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Tue Dec 31 09:11:08 PST 2024
================
@@ -572,7 +627,8 @@ static void cleanRegionBranchOp(RegionBranchOpInterface regionBranchOp,
// c. Mark each operand as live or dead based on the analysis.
// 3. Remove dead operands from the branch operation and arguments accordingly
----------------
banach-space wrote:
Note that this comment (and similar comments elsewhere) will have to be updated - this method no longer _removes_.
https://github.com/llvm/llvm-project/pull/121079
More information about the Mlir-commits
mailing list