[Mlir-commits] [mlir] [MLIR][linalg] Erase effectful producer after fusion if it's no longer used (PR #170036)

Artemiy Bulavin llvmlistbot at llvm.org
Fri Jan 30 09:17:13 PST 2026


abulavin wrote:

I have resolved the issue in my downstream project by preventing fusion between a producer and consumer if the producer has a `MemWrite` effect. Thanks for the feedback regardless @MaheshRavishankar 

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


More information about the Mlir-commits mailing list