[Mlir-commits] [mlir] [mlir][vector] Add alignment attribute to `maskedload` and `maskedstore` (PR #151690)
Krzysztof Drewniak
llvmlistbot at llvm.org
Fri Aug 1 09:54:12 PDT 2025
krzysz00 wrote:
Ok, so, to the questions
1. Since properties are a bit on the experimental side, I'd keep things as an attribute for now
2. Not having `alignment` in the assembly format seems to be how we did it for `vector.load` and `vector.store`, so I'd follow existing precedent there
3. I'd go ahead and pull the lowering in
https://github.com/llvm/llvm-project/pull/151690
More information about the Mlir-commits
mailing list