search for: 57a8e514

Displaying 2 results from an estimated 2 matches for "57a8e514".

2018 Mar 13
0
Passes interaction running on two different IRs
Your use case seems to be somewhat similar to what LTO does, so it may be possible to hack something up in LTO. Perhaps you'd need to have a custom pass pipeline that would accomplish what you need. Since you say you can't link the two files, I imagine you'd need to make sure you don't emit code from one of them in the LTO link step or something along those lines. In any case,
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