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

Erick Ochoa Lopez llvmlistbot at llvm.org
Thu Aug 7 08:29:23 PDT 2025


================
@@ -77,6 +77,14 @@ struct VectorDim {
   int64_t dim;
   bool isScalable;
 };
+
----------------
amd-eochoalo wrote:

@banach-space I deleted this and instead I am using `llvm::Align` as requested by Fabian Mora [here](https://github.com/llvm/llvm-project/pull/152207)

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


More information about the Mlir-commits mailing list