[Mlir-commits] [mlir] [mlir][Vector] Add `vector.shuffle` tree transformation (PR #145740)

Diego Caballero llvmlistbot at llvm.org
Mon Jun 30 22:52:36 PDT 2025


================

----------------
dcaballe wrote:

It's complicated but it general we have 3 categories: concatenations, broadcast and arbitrary shuffles. I'm using those tags in the function names. Poison vs non-poison is a bit orthogonal as poison may appear at any level of the tree (or not...)

https://github.com/llvm/llvm-project/pull/145740


More information about the Mlir-commits mailing list