[LLVMdev] LLVM IR Analysis and Optimization
hamed hamzehi
mohammadhamzehi at yahoo.com
Sun Oct 24 04:31:31 PDT 2010
Hello,
I want to implement an optimization pass. so I need to analyse the program(Control flow and Data flow analysis). I think Program Control Dependencies and Data Dependencies which together form a Program Dependence Graph(PDG) or Task Graph is necessary for any optimization, but i couldn't found PDG or Task graph in LLVM. Anyone can help me?
thanks,
Hamzehi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101024/1ff9f4e7/attachment.html>
More information about the llvm-dev
mailing list