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

Diego Caballero llvmlistbot at llvm.org
Tue Jul 21 05:46:50 PDT 2026


================
@@ -2381,7 +2379,7 @@ def Vector_CompressStoreOp :
     ]>,
     Arguments<(ins Arg<AnyMemRef, "", [MemWrite]>:$base,
                Variadic<Index>:$indices,
-               FixedVectorOfNonZeroRankOf<[I1]>:$mask,
+               VectorOfNonZeroRankOf<[I1]>:$mask,
                AnyVectorOfNonZeroRank:$valueToStore,
----------------
dcaballe wrote:

We may want to align the operand order with the rest of the store ops (i.e., valueToStore, mask, base, indices), but that's for another PR.

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


More information about the Mlir-commits mailing list