Displaying 2 results from an estimated 2 matches for "0941c160".
2013 Aug 09
0
[LLVMdev] How to gather data dependences
...in wrong direction, but thats what happens
when people do sth completly blindly. Please dont' bother performance
concerns, it's my least problem.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130809/0941c160/attachment.html>
2013 Aug 08
2
[LLVMdev] How to gather data dependences
Valmico <valmico88 at gmail.com> wrote:
> I'm currently trying to develop new LLVM Pass that will generate
> simple data dependencies graph. For now I'm trying to get familiar
> with DependenceAnalysis.
> My general idea is to traverse each function (runOnFunction)
> top to bottom Instruction by Instruction, using DA.depends( I, I2, ...)
> on every Instructions