[Mlir-commits] [mlir] [MLIR][Linalg] Fix insert_slice fusion with rank reduction (PR #130961)
Thomas Preud'homme
llvmlistbot at llvm.org
Wed Mar 26 08:48:25 PDT 2025
RoboTux wrote:
My bad, the pass does indeed create an extract slice (or a subview if working on memref). The code that does that is in Linalg Utils and doesn't deal with dropped unit dimension. I'll rework the patch along those lines instead.
https://github.com/llvm/llvm-project/pull/130961
More information about the Mlir-commits
mailing list