[Mlir-commits] [mlir] [mlir][vector] Make CompressstoreOp + ExpandloadOp support scalable vectors (PR #210288)

Federico Bruzzone llvmlistbot at llvm.org
Sat Jul 18 02:32:10 PDT 2026


================
@@ -0,0 +1,214 @@
+// REQUIRES: arm-emulator
+
+/// End-to-end test for vector.compressstore for SVE
+
+// In order to demonstrate the impact of using scalable vectors, vscale is set
+// to 2 so that vector<[16]xi32> constains 32 rather than 16 elements at
----------------
FedericoBruzzone wrote:

```suggestion
// to 2 so that vector<[16]xi32> contains 32 rather than 16 elements at
```

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


More information about the Mlir-commits mailing list