[Mlir-commits] [mlir] Fixing peelFirstIteration. Was incorrectly replacing all ub inside peeled iteration region. (PR #163720)

Matthias Springer llvmlistbot at llvm.org
Fri Oct 17 03:02:48 PDT 2025


================
@@ -241,9 +241,10 @@ LogicalResult mlir::scf::peelForLoopFirstIteration(RewriterBase &b, ForOp forOp,
 
   // Peel the first iteration.
   IRMapping map;
----------------
matthias-springer wrote:

The mapping is no longer used. You can drop it here and from the `clone` call.

https://github.com/llvm/llvm-project/pull/163720


More information about the Mlir-commits mailing list