Displaying 1 result from an estimated 1 matches for "c337aa32".
Did you mean:
c331aa42
2017 Feb 14
2
addRequired() + getAnalysis() for new / non-legacy pass manager
Hi!
I am trying to extend the native AliasAnalysis of LLVM to use an external
analysis pass. Doing this with the legacy pass manager works fine through
calling addRequired() in the getAnalysisUsage and getAnalysis() in function
runOnFunction(). In the new pass manager, I haven't found a similar way of
doing this. When running opt with -O3, I encounter the following error:
>Assertion