[Mlir-commits] [mlir] [mlir][scf] Extend fuse producer to multi-level candidates case (PR #97803)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Jul 8 19:27:07 PDT 2024
================
@@ -835,7 +835,7 @@ getUntiledProducerFromSliceSource(OpOperand *source,
/// Implementation of fusing producer of a single slice by computing the
/// slice of the producer in-place.
std::optional<scf::SCFFuseProducerOfSliceResult>
-mlir::scf::tileAndFuseProducerOfSlice(
+mlir::scf::tileAndFuseProducerOfSliceImpl(
----------------
Yun-Fly wrote:
Yes, good suggestion! I will make it `static` in next commit:)
https://github.com/llvm/llvm-project/pull/97803
More information about the Mlir-commits
mailing list