[Mlir-commits] [mlir] [mlir] Fix MemRefType alignment in ConvertVectorToLLVM (PR #137389)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Mon Apr 28 08:19:57 PDT 2025
banach-space wrote:
I can see how this can solve your problem for `i1`, but what should happen for `i8` or `i32`? Importantly, this only solves your problem for statically-shaped MemRef(s), right?
Why not align vectors of sub-bytes on byte boundary?
Btw, we need a way to test this change. MLIR examples would also be helpful (e.g. in the summary).
https://github.com/llvm/llvm-project/pull/137389
More information about the Mlir-commits
mailing list