[Mlir-commits] [mlir] [mlir][scf] Extend consumer fuse to nested loop structure (PR #94190)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Aug 1 11:55:36 PDT 2024
https://github.com/MaheshRavishankar requested changes to this pull request.
I skimmed through this again... .I think most of this make sense, but it is hard to read this code cause the functionality is not split out into stand-alone utility functions (and use of callbacks really makes it confusing to read)...
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)
https://github.com/llvm/llvm-project/pull/94190
More information about the Mlir-commits
mailing list