[LLVMdev] call graph not complete

Duncan Sands baldrick at free.fr
Fri Jan 22 00:51:59 PST 2010


Hi,

> Shouldn't the call resolution be part of call graph analysis?

since it's an analysis, it shouldn't be modifying bitcode, for example by
simplifying calls.  That said, it would be easy to teach it to look through
this kind of simple bitcast.

Ciao,

Duncan.



More information about the llvm-dev mailing list