[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
Mon Apr 15 14:40:04 PDT 2024
================
@@ -126,6 +126,19 @@ struct SCFTileAndFuseOptions {
}
};
+/// Fuse the consumer of the source of `candidateSliceOp` by computing the
----------------
MaheshRavishankar wrote:
Ultra nit: Can you move this after the `tileConsumerAndFuseProducersUsingSCF` method below...
https://github.com/llvm/llvm-project/pull/88712
More information about the Mlir-commits
mailing list