[Mlir-commits] [mlir] [mlir][ArmSVE] add zip1 intrinsic (PR #79270)

Diego Caballero llvmlistbot at llvm.org
Wed Jan 24 07:16:22 PST 2024


dcaballe wrote:

I've been successfully using `vector.shuffle` to model this pattern for Neon and the zip instructions were generated accordingly so I'm wondering if we could do the same for scalable. What is the way to model scalable shuffles in LLVM?

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


More information about the Mlir-commits mailing list