Displaying 2 results from an estimated 2 matches for "22e3dfe3".
2018 Mar 13
0
Passes interaction running on two different IRs
...________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180313/22e3dfe3/attachment.html>
2018 Mar 13
2
Passes interaction running on two different IRs
Hi all,
I am trying to run two llvm passes on two different IRs to finish my
analysis. These two passes need to exchange information during their
excecution. I am doing so because I can't link the two IRs I want to
analyze together as a big IR and run my llvm pass on it.
What I want to do specifically is:
The first IR will call the functions in the second IR. Whenver there is a
function