[PATCH] D79696: [PassBuilder] Moved ProfileSummaryAnalysis in buildInlinerPipeline.
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 10 17:05:53 PDT 2020
jdoerfert added inline comments.
================
Comment at: llvm/lib/Passes/PassBuilder.cpp:890
// the CGSCC pipeline.
MPM.addPass(RequireAnalysisPass<GlobalsAA, Module>());
----------------
Doesn't this hold for GlobalsAA as well?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79696/new/
https://reviews.llvm.org/D79696
More information about the llvm-commits
mailing list