[Mlir-commits] [mlir] [mlir][scf] Extend consumer fuse to nested loop structure (PR #94190)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sun Sep 8 22:12:23 PDT 2024
Yun-Fly wrote:
Hi, @MaheshRavishankar, I have furtherly cleaned up the irrelevant code to merely support single nested `scf.for` as a start of complex nested loop structure. As the result, the test `.mlir` has been simplified as well.
IMO, this patch fallback to focus on how do we reconstruct nested `scf.for` before the consumer. This is much easier to review than previous versions.
https://github.com/llvm/llvm-project/pull/94190
More information about the Mlir-commits
mailing list