[Mlir-commits] [mlir] [mlir][vector] Add AlignmentBytes struct (PR #152207)
Fabian Mora
llvmlistbot at llvm.org
Wed Aug 6 06:56:18 PDT 2025
https://github.com/fabianmcg requested changes to this pull request.
Thank you for starting the conversation on this!
Since we haven't had the discussion on bit alignments, and LLVM already has [`llvm::Align`](https://llvm.org/doxygen/structllvm_1_1Align.html ) and uses it for the [`load`](https://llvm.org/doxygen/classllvm_1_1LoadInst.html) instruction, I think it's better to keep status quo or use [`llvm::Align`] instead of introducing a new struct.
https://github.com/llvm/llvm-project/pull/152207
More information about the Mlir-commits
mailing list