[LLVMdev] The "scope" of passes

Arjun arjunsingri at gmail.com
Thu Apr 22 23:50:33 PDT 2010


> Personally, I would make everything a FunctionPass.  

What if a FunctionPass requires the results of a LoopPass? Is there a way to get
all loops of a function without using LoopPass and LoopInfo?




More information about the llvm-dev mailing list