[LLVMdev] constructing 'for' statement from LLVM bitcode

Chris Lattner sabre at nondot.org
Fri Aug 24 22:23:39 PDT 2007


On Aug 24, 2007, at 10:07 PM, Seung Jae Lee wrote:

> Do you have any idea on how I can construct 'for' more systemically  
> with this CDG info from LLVM bitcode?
>

I strongly suggest looking at the Muchnick book: http:// 
www.amazon.com/Advanced-Compiler-Design-Implementation-Muchnick/dp/ 
1558603204

It has a section on "structural analysis" that you will find useful.

Why do you want "for statements"?

-Chris



More information about the llvm-dev mailing list