Displaying 2 results from an estimated 2 matches for "getanalysisusuga".
Did you mean:
getanalysisusugae
2019 Jan 02
2
AA pass dependencies
...ndencies
> are supposed to work but either way I do find it highly confusing indeed :)
>
I don't know if the freeing of the BasicAA wrapper pass is a problem or not.
There is at least one bug in the patch you list: you have to specify
dependencies in two different ways sadly: both with `getAnalysisUsugae` and
in the `INITIALIZE_PASS_DEPENDENCY` series of macros. You've not added LVI
to the latter, and that may be part of the problem.
But I can't say for sure. Sadly, I'm not aware of great ways to debug the
legacy PM. The way I have done it at all times in the past has been to
manually...
2018 Dec 31
1
AA pass dependencies
The management of passes in the legacy PM is ... highly confusing.
Do you have a specific problem you're trying to solve or a specific
question?
On Thu, Dec 27, 2018 at 6:47 AM Markus Lavin via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi,
>
>
> Looking at the output of e.g.
>
>
> llc -mtriple=x86_64-unknown-linux-gnu test/CodeGen/X86/pre-coalesce.ll
>