[Mlir-commits] [mlir] [mlir][ArmSVE] add zip1 intrinsic (PR #79270)
Benjamin Maxwell
llvmlistbot at llvm.org
Wed Jan 24 08:35:00 PST 2024
MacDue wrote:
> IIUC, that's not possible for SVE. From https://llvm.org/docs/LangRef.html#id189:
For SVE/scalable vectors there is `@llvm.experimental.vector.interleave2` which a slightly higher level abstraction for this:
https://llvm.org/docs/LangRef.html#llvm-experimental-vector-interleave2-intrinsic
https://github.com/llvm/llvm-project/pull/79270
More information about the Mlir-commits
mailing list