[PATCH] D69732: [WIP][LTO] Apply SamplePGO pipeline tunes for ThinLTO pre-link to full LTO
Wenlei He via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 4 13:49:47 PST 2019
wenlei added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/PassManagerBuilder.cpp:614
// during ThinLTO and perform the rest of the optimizations afterward.
if (PrepareForThinLTO) {
// Ensure we perform any last passes, but do so before renaming anonymous
----------------
this also need to be `PrepareForThinLTO || PrepareForLTO` for oldPM?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69732/new/
https://reviews.llvm.org/D69732
More information about the cfe-commits
mailing list