[Mlir-commits] [mlir] [MLIR][vector] vector.deinterleave to vector.shuffle decomposition (PR #177897)
Noah Prisament
llvmlistbot at llvm.org
Sun Apr 26 11:24:56 PDT 2026
nprisament wrote:
> Could you merge `ApplyDeInterleaveToShufflePatternsOp` into `ApplyInterleaveToShufflePatternsOp`? I see little point in having two TD ops. Please also rename it accordingly.
Merged the transform op and tests as requested.
> Similar suggestion re tests. Also, could you add some negative tests and some tests for edge cases?
Added edge case tests for rank-0 interleave (with enhancement to support) and size-2 deinterleave. Added negative tests for high-rank and scalable vectors.
https://github.com/llvm/llvm-project/pull/177897
More information about the Mlir-commits
mailing list