[Mlir-commits] [mlir] [mlir][vector] Add alignment attribute to `maskedload` and `maskedstore` (PR #151690)
Krzysztof Drewniak
llvmlistbot at llvm.org
Thu Aug 7 08:47:46 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), [{
----------------
krzysz00 wrote:
I think the optionable one is `llvm::MaybeAlign`?
https://github.com/llvm/llvm-project/pull/151690
More information about the Mlir-commits
mailing list