[Mlir-commits] [mlir] [mlir][Linalg] Fix fusing of indexed linalg consumer with different axes (PR #140892)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed May 21 06:57:46 PDT 2025
https://github.com/MaheshRavishankar requested changes to this pull request.
Thanks for the fix. The fix itself looks fine, but could you change the tests.
The op you use is not explicitly caught as an illegal op, but very few things in Linalg work well for `floordiv` and `mod` in indexing maps. Could you add an example where the indexing maps are strictly affine
https://github.com/llvm/llvm-project/pull/140892
More information about the Mlir-commits
mailing list