[LLVMdev] Data flow analysis

Wenhan Gu nowar100 at gmail.com
Sat Apr 30 02:39:39 PDT 2011


Hi all,

in this case:

...
int* p = ...
int* q = p;
...

How can I know that data-flow from p to q,
i.e., which LLVM pass of header files could I use?

Thank you all.

-- 
Best regards,
Wen-Han
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110430/a9164c60/attachment.html>


More information about the llvm-dev mailing list