[Mlir-commits] [mlir] [mlir][dataflow] Add visitBranchRegionArgument interface to SparseBackwardDataFlowAnalysis and apply it in LivenessAnalysis/RemoveDeadValues (PR #169816)
Matthias Springer
llvmlistbot at llvm.org
Thu Nov 27 19:49:09 PST 2025
================
@@ -687,3 +687,21 @@ func.func @op_block_have_dead_arg(%arg0: index, %arg1: index, %arg2: i1) {
// CHECK-NEXT: return
return
}
+
+// -----
+
+
+// CHECK-LABEL: func @affine_loop_no_use_iv_has_side_effect_op
+func.func @affine_loop_no_use_iv_has_side_effect_op() {
----------------
matthias-springer wrote:
Can you add another test case specifically for the liveness analysis. E.g., in `test-liveness-analysis.mlir`.
https://github.com/llvm/llvm-project/pull/169816
More information about the Mlir-commits
mailing list