[Mlir-commits] [mlir] [MLIR][SCF] Add an API to fuse consumer to a producer within scf loop (PR #88712)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Apr 17 21:50:30 PDT 2024


================
@@ -30,6 +30,24 @@ namespace tensor {
 FailureOr<TilingResult> replaceExtractSliceWithTiledProducer(
     OpBuilder &builder, tensor::ExtractSliceOp sliceOp, OpResult producerOp);
 
+/// Pattern to swap an `tensor.insert_slice` with its consumer when the
----------------
MaheshRavishankar wrote:

Nit: Not a pattern (but I see I write "Pattern" above). Could you fix and make it a "Method"

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


More information about the Mlir-commits mailing list