[Mlir-commits] [mlir] [mlir][vector] Add alignment attribute to `maskedload` and `maskedstore` (PR #151690)

Erick Ochoa Lopez llvmlistbot at llvm.org
Thu Aug 7 11:33:35 PDT 2025


================
@@ -1729,18 +1729,18 @@ def Vector_LoadOp : Vector_Op<"load", [
                    "Value":$base,
                    "ValueRange":$indices,
                    CArg<"bool", "false">:$nontemporal,
-                   CArg<"uint64_t", "0">:$alignment), [{
+                   CArg<"llvm::Align", "llvm::Align()">:$alignment), [{
----------------
amd-eochoalo wrote:

https://github.com/llvm/llvm-project/pull/151690/commits/403a114a478e8b6453772ac43f154489cba0fff2

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


More information about the Mlir-commits mailing list