[Mlir-commits] [mlir] [mlir][Vector] Add `vector.shuffle` tree transformation (PR #145740)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Tue Jul 1 09:57:33 PDT 2025
https://github.com/banach-space commented:
Thanks for the updates!
>From what I can tell, only rank-1 vectors with equal number of elements are supported? It would be good to capture this high-level restriction somewhere in the code + comments, as well as in tests.
Given the complexity of this logic, would it make sense to extend it to more generic cases?
https://github.com/llvm/llvm-project/pull/145740
More information about the Mlir-commits
mailing list