[PATCH] D79696: [PassBuilder] Moved ProfileSummaryAnalysis in buildInlinerPipeline.
Whitney Tsang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 10 16:29:59 PDT 2020
Whitney created this revision.
Whitney added reviewers: mtrofin, davidxl, tejohnson, dblaikie, jdoerfert, sstefan1.
Whitney added a project: LLVM.
Herald added subscribers: llvm-commits, wuzish, dexonsmith, steven_wu, hiraditya.
As commented in the code, ProfileSummaryAnalysis is required for inliner pass to query, so this patch moved `RequireAnalysisPass<ProfileSummaryAnalysis>` in the recently created `buildInlinerPipeline`.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D79696
Files:
llvm/lib/Passes/PassBuilder.cpp
llvm/test/Other/new-pm-defaults.ll
llvm/test/Other/new-pm-thinlto-defaults.ll
llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll
llvm/test/Other/new-pm-thinlto-prelink-samplepgo-defaults.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79696.263090.patch
Type: text/x-patch
Size: 6806 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200510/87524b46/attachment.bin>
More information about the llvm-commits
mailing list