[Mlir-commits] [mlir] [mlir][vector] Make CompressstoreOp + ExpandloadOp support scalable vectors (PR #210288)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Tue Jul 21 03:41:31 PDT 2026
================
----------------
banach-space wrote:
This is not possible at this point. `expand` is an SVE2p2 instruction, see:
* https://developer.arm.com/documentation/111108/2026-03/SVE-Instructions/EXPAND--Copy-lower-numbered-vector-elements-to-Active-elements-
However, there's no hardware that would implement it nor QEMU support:
* https://linaro.atlassian.net/browse/QEMU-975
https://github.com/llvm/llvm-project/pull/210288
More information about the Mlir-commits
mailing list