[Mlir-commits] [mlir] [MLIR][LLVM] Import LLVM target triple into MLIR LLVM Dialect (PR #125084)

Renato Golin llvmlistbot at llvm.org
Fri Jan 31 02:21:44 PST 2025


rengolin wrote:

> Yeah, importing the target triple is a good idea but I don't think it affects DLTI much at all - at least at this point

Sorry, was just tagging folks on the DLTI design discussion.

I think DLTI could be generating those attributes, too, not just when it's imported from LLVM. My thinking is to have a coherent whole-program target description story, from front-end (be it pytorch or clang), MLIR stack (via DLTI) and LLVM (via triples and DL).

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


More information about the Mlir-commits mailing list