[LLVMdev] question in LLVM IR
kqyang
kqyang at fudan.edu.cn
Mon Jan 18 00:36:52 PST 2010
hi all
I read LLVM manual, and have a question in the LLVM IR.
The IR is low-level SSA based instruction set.
I want to know what the difference between the LLVM IR and SSA form?
They are same, similar to tree-ssa of GCC convertion GIMPLE tree to SSA and convert back when optimizations finish?
or just attach the SSA info in the LLVM IR?
Thanks for your feedback.
-Joey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100118/4c82a3a3/attachment.html>
More information about the llvm-dev
mailing list