[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:20 PDT 2025
================
@@ -8,7 +8,7 @@
// CHECK-DAG: %[[C17:.*]] = arith.constant 17 : index
// CHECK: %[[FIRST:.*]] = scf.for %[[IV:.*]] = %[[C0]] to %[[C4]]
// CHECK-SAME: step %[[C4]] iter_args(%[[ACC:.*]] = %[[C0_I32]]) -> (i32) {
-// CHECK: %[[MIN:.*]] = affine.min #[[MAP]](%[[C4]], %[[IV]])[%[[C4]]]
----------------
ddubov100 wrote:
This works the same in both implementations.
https://github.com/llvm/llvm-project/pull/163720
More information about the Mlir-commits
mailing list