[LLVMdev] FunctionPass requiring SCCs

Vikram Adve vadve at cs.uiuc.edu
Fri Sep 29 12:23:57 PDT 2006


On Sep 29, 2006, at 2:05 PM, Domagoj Babic wrote:

>
> Check out scc_* iterators. Also note that the call graph
> is not aware of the indirect calls, so you will need to write your
> own CG implementation if you need to handle function pointers
> soundly.
>


Chris, is this true?  If so, it seems like a bad property for the  
CallGraphSCCPass framework.

--Vikram
http://www.cs.uiuc.edu/~vadve
http://llvm.cs.uiuc.edu/





More information about the llvm-dev mailing list