[Mlir-commits] [mlir] [mlir] Add use-vector-alignment flag to ConvertVectorToLLVMPass (PR #137389)
Lily Orth-Smith
llvmlistbot at llvm.org
Fri May 2 08:35:58 PDT 2025
electriclilies wrote:
@krzysz00 I'd prefer to keep this change self contained if that's ok with you. I think your solution would work for the purposes of the test, but I'd like to be able to use the data layout description that's set the LLVMContext, since it's used in the rest of the compiler. To clarify, I've tested with our backend and the vector alignments from the data layout in the LLVMContext are definitely getting correctly propagated.
I also don't like the idea of introducing a new source of truth for the data layout description, especially if we only use it here and not anywhere else in the codebase.
https://github.com/llvm/llvm-project/pull/137389
More information about the Mlir-commits
mailing list