[Mlir-commits] [mlir] [MLIR] Prevent invalid IR from being passed outside of RemoveDeadValues (PR #121079)
Renat Idrisov
llvmlistbot at llvm.org
Wed Jan 1 11:21:06 PST 2025
================
@@ -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
----------------
parsifal-47 wrote:
Thank you for noticing, all descriptions of algorithms are updated to reflect new semantics.
https://github.com/llvm/llvm-project/pull/121079
More information about the Mlir-commits
mailing list