[LLVMdev] Data Dependency graph
Chris Lattner
clattner at apple.com
Thu Dec 4 15:26:46 PST 2008
On Dec 4, 2008, at 3:07 PM, Nipun Arora wrote:
> Hi,
>
> I need to generate a data dependancy graph. Is there any
> functionality available in LLVM which can help me? Or if anyone can
> point to the correct place?
There are many different forms of dependency graph, do you mean for
loop dependencies, load and store dependencies, def/use dependencies,
etc?
-Chris
More information about the llvm-dev
mailing list