[PATCH] D72937: [PGO][PGSO] Tune flags for profile guided size optimization.
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 4 11:17:13 PST 2020
davidxl added inline comments.
================
Comment at: llvm/include/llvm/Transforms/Utils/SizeOpts.h:58
return false;
if (PGSOColdCodeOnly ||
+ (PSI->hasInstrumentationProfile() && PGSOColdCodeOnlyForInstrPGO) ||
----------------
Is this master option needed anymore?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72937/new/
https://reviews.llvm.org/D72937
More information about the llvm-commits
mailing list