[llvm] [NewPM] Remove AAEval Legacy Pass (PR #71358)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 6 21:42:56 PST 2023
boomanaiden154 wrote:
> One thing people always forget when dropping support for legacy PM is to remove unneeded includes. I think that you no longer need (at least) these in AliasAnalysisEvaluator.cpp:
>
> ```
> #include "llvm/InitializePasses.h"
> #include "llvm/Pass.h"
> ```
Fixed in the latest revision. Thanks for catching this!
https://github.com/llvm/llvm-project/pull/71358
More information about the llvm-commits
mailing list