[Mlir-commits] [mlir] [NFC] Simplify the tiling implementation using cloning. (PR #72178)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Nov 14 23:06:55 PST 2023


================
@@ -169,136 +174,98 @@ static SmallVector<scf::ForOp> generateTileLoopNest(
     }
 
     auto loop = builder.create<scf::ForOp>(
----------------
MaheshRavishankar wrote:

That will create a slightly different IR cause of where the `affine.min (tilesize, ub - iv)` operation is created. I want to avoid causing too much disruption here.

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


More information about the Mlir-commits mailing list