[LLVMdev] LLVM IR Analysis and Optimization
hamed hamzehi
mohammadhamzehi at yahoo.com
Sun Oct 24 06:31:31 CDT 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.cs.uiuc.edu/pipermail/llvmdev/attachments/20101024/1ff9f4e7/attachment.html
More information about the LLVMdev
mailing list