[Mlir-commits] [mlir] [mlir][scf] Extend consumer fuse to single nested `scf.for` (PR #94190)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Sep 9 18:51:47 PDT 2024


https://github.com/MaheshRavishankar commented:

Ok, I just have one last minor comment after which this can land.

A follow up to this would be to change the consumer fusion code to use the `addInitOperandsToLoopNest` method cause that already accounts for lot of the complexity here of adding new inits to the tile loop nest.

https://github.com/llvm/llvm-project/pull/94190


More information about the Mlir-commits mailing list