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

Matthias Springer llvmlistbot at llvm.org
Mon Nov 13 17:22:01 PST 2023


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

Maybe `mlir::scf::buildLoopNest` can be used to create the loop nest.

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


More information about the Mlir-commits mailing list