Displaying 1 result from an estimated 1 matches for "964159".
Did you mean:
96159
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