[PATCH] D32387: [PartialInlining] Add Optimization Remark Support
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 22 16:08:22 PDT 2017
davide requested changes to this revision.
davide added a comment.
This revision now requires changes to proceed.
It looks like you're missing the PM glue for requiring the analysis.
`AU.addRequired<OptimizationRemarkEmitterWrapperPass>();`, et similia (slightly annoying as we have to do that twice for the current and the future pass manager).
https://reviews.llvm.org/D32387
More information about the llvm-commits
mailing list