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

Andrzej Warzyński llvmlistbot at llvm.org
Fri May 2 06:35:50 PDT 2025


banach-space wrote:

Thanks for all the pointers, these are very helpful! 🙏🏻 

> 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.

Is it something that you'd like included in this PR? To me, this change is already self-contained, so I am fine with it as is.

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


More information about the Mlir-commits mailing list