Displaying 2 results from an estimated 2 matches for "c6f14ce0".
2015 Feb 21
2
[LLVMdev] LLVM IR in DAG form
Hi all,
this is Jeehoon Kang, a CS PhD student and a newbie to LLVM.
I am wondering why LLVM IR's basic block consists of a list of instructions,
rather than a DAG of instruction as in the low level (ISelectionDAG).
My gut feeling tells me that LLVM IR in DAG form may admit more
optimisations in a systematic manner. This is because data dependence is
more explicit in a DAG of instructions
2015 Feb 21
2
[LLVMdev] LLVM IR in DAG form
...> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150221/c6f14ce0/attachment.html>