[Mlir-commits] [mlir] [mlir][scf] Extend consumer fuse to nested loop structure (PR #94190)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Aug 29 00:58:13 PDT 2024
Yun-Fly wrote:
Sorry for the late to update this patch. I am working on something else recently.
> Could this PR be split?
> 1. Which generalizes past a single scf.for op
> 2. Which generalizes past a single use of the result (and I think we can have a utility to move things around in general (I can help contribute that)
Hi, @MaheshRavishankar, I totally agree with this suggestion. Since I found many interesting and not trivial use-cases regarding multiple uses, I decide to targets at the first part as you listed in this PR:)
https://github.com/llvm/llvm-project/pull/94190
More information about the Mlir-commits
mailing list