[LLVMdev] llvm inline ASM howto?
jiangshan
710806594 at qq.com
Wed Aug 13 06:03:16 PDT 2014
I'm new to llvm.
I figured out that the llvm front-end translate the high level language to IR. the back-end translate the IR to machine ASM or machine code.
then, if their is inline ASM in the high level language, what will the frond-end do? will the ASM be translated to llvm IR?
will the JIT still work?
how the back-end recognize the inline asm?
thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140813/0ea4cb47/attachment.html>
More information about the llvm-dev
mailing list