[Mlir-commits] [mlir] [MLIR][LLVM] Import LLVM target triple into MLIR LLVM Dialect (PR #125084)
Krzysztof Drewniak
llvmlistbot at llvm.org
Thu Jan 30 17:19:09 PST 2025
krzysz00 wrote:
@gysit Re not modeling all fields ... what're we missing? I suspect vector alignments and ... probably some of the address space metadata?
(My long term vision here is that, when going to LLVM, you'd have a, say, `#rocdl.target<..., [otherDataLayoutEntries]>` or #x86.target<..., [otherDataLayoutEntries]>` attribute sitting in scope so that all the things that're known from the LLVM data layout would be implicitly populated without having to write all of them out.
https://github.com/llvm/llvm-project/pull/125084
More information about the Mlir-commits
mailing list