[Mlir-commits] [mlir] [mlir][affine] Avoid fusion when the sibling loop has result usage (PR #216564)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Thu Aug 27 05:01:07 PDT 2026


ftynse wrote:

Instead of refusing fusion, we can carry over the results of the sibling loop into the target loop and update the users accordingly.

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


More information about the Mlir-commits mailing list