[Mlir-commits] [mlir] [mlir][vector] Add alignment attribute to `maskedload` and `maskedstore` (PR #151690)
Jakub Kuderski
llvmlistbot at llvm.org
Tue Aug 5 09:19:32 PDT 2025
kuhar wrote:
> @kuhar, I added a simple AlignmentBytes struct here [8c65e3d](https://github.com/llvm/llvm-project/commit/8c65e3ddbe3bc96d4a021fc15743c756f3d98ffb) I think this might be good enough for now, but happy to make changes.
Thanks, I like this much more than passing raw integers! Should we split this out of this pull request and first add to vector.load/store so that all the ops going forward are going to use same types in builders?
https://github.com/llvm/llvm-project/pull/151690
More information about the Mlir-commits
mailing list