[LLVMdev] DSA: AuxFunctionCall

Andrew Lenharth andrewl at lenharth.org
Wed Jul 22 05:05:57 PDT 2009


On Tue, Jul 21, 2009 at 10:58 PM, Patrick Simmons<simmon12 at illinois.edu> wrote:
> What is this used for?  Does DSA put anything here?  If I want to add
> call sites here during my pass, will it confuse pool allocation if it
> runs afterwards?  If so, is there any way I could clear it at the end of
> my pass?

This is used for unprocessed callsites.  Clearing it between DSA
passes would kill DSA, but after DSA and poolalloc are done, I think
you could use it for whatever you want.

Andrew




More information about the llvm-dev mailing list