[Mlir-commits] [mlir] [mlir][Vector] Add `vector.shuffle` tree transformation (PR #145740)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Jul 2 12:14:29 PDT 2025
banach-space wrote:
> from the PoV of this transformation it would be as simple as removing the bail out check to have them working :)
If full generality is not required, I would skip. The number of test case might get out of hand very quickly. This change is already quite large. For me it would be sufficient if you left a TODO somewhere at the top of the file and added a negative test for mixed sizes. Sometimes less is more :)
https://github.com/llvm/llvm-project/pull/145740
More information about the Mlir-commits
mailing list