[Mlir-commits] [mlir] Fixing peelFirstIteration. Was incorrectly replacing all ub inside peeled iteration region. (PR #163720)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Oct 16 01:02:19 PDT 2025
================
@@ -44,7 +86,7 @@ func.func @fully_static_bounds() -> i32 {
// CHECK-DAG: %[[C4:.*]] = arith.constant 4 : index
// CHECK-DAG: %[[C0:.*]] = arith.constant 0 : index
// CHECK: scf.for %[[IV:.*]] = %[[C0]] to %[[C4]] step %[[C4]] {
-// CHECK: %[[MIN:.*]] = affine.min #[[MAP]](%[[C4]], %[[IV]])[%[[C4]]]
----------------
ddubov100 wrote:
The bottom line is the same in both: MIN == 4
https://github.com/llvm/llvm-project/pull/163720
More information about the Mlir-commits
mailing list