[LLVMdev] Shouldn't need a "Module Graph"
David Crowe
dcrowe at tremor.crhc.uiuc.edu
Sun Dec 1 12:16:01 PST 2002
The way we are doing it, per Vikram's recommendation, is to provide a
mapping between the callers nodes and the callees nodes at the time of the
call. Given that the only way they can communicate is through the
parameters, globals, and return node, this is fairly easy. You must take
into account that the DSGraphs may be different shapes though.
Dave
More information about the llvm-dev
mailing list