[LLVMdev] Transfer between function passes
Yakov Malinkovich
yakovm3 at gmail.com
Fri Dec 16 10:21:09 PST 2011
Hello
I need to transfer data(array of structures) between 2 llvm function
passes.
One of the passes runs during optimization phase(the array is generated
during this phase), another one runs during code generation phase.
How can it be implemented?(I don`t want to transfer the array as an
argument to the function pass of code generation phase)
Thank you.
Yakov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111216/78635c25/attachment.html>
More information about the llvm-dev
mailing list