[Mlir-commits] [mlir] [mlir][vector] Disable CompressStoreOp/ExpandLoadOp for scalable vectors (PR #117538)

Hugo Trachino llvmlistbot at llvm.org
Wed Nov 27 01:50:00 PST 2024


================
@@ -2183,6 +2185,8 @@ def Vector_CompressStoreOp :
     correspond to those of the `llvm.masked.compressstore`
     [intrinsic](https://llvm.org/docs/LangRef.html#llvm-masked-compressstore-intrinsics).
 
+    Note that the index increment is done conditionally.
----------------
nujaa wrote:

Why copying this from l. 2175 ?

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


More information about the Mlir-commits mailing list