[LLVMdev] The target independence of IR

Hao Wang dirichletot at gmail.com
Mon Dec 8 23:32:51 PST 2014


Hi,

Can anyone help me understand that LLVM IR has "target independence" ?

1. When we talk about "target", we mean something like Instruction Set
Architecture ?

2. The front-end may generate IR code such as x86_fp80, so the IR is
actually not fully target-independent? It contains information about the
target, and the front-end should also be aware of this?

Thank you!

Hao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141208/2a390b53/attachment.html>


More information about the llvm-dev mailing list