[Mlir-commits] [mlir] [mlir] Add use-vector-alignment flag to ConvertVectorToLLVMPass (PR #137389)

Krzysztof Drewniak llvmlistbot at llvm.org
Thu May 1 16:08:40 PDT 2025


krzysz00 wrote:

Update, on further reading, the MLIR data layout is _really_ not plumbed through - it's only used for index bitwidth. So `options.datalayout` being set to the nearest `llvm.data_layout` you find, if any, is the way to go here.

https://github.com/llvm/llvm-project/pull/137389


More information about the Mlir-commits mailing list