[PATCH] D72937: [PGO][PGSO] Tune flags for profile guided size optimization.

Hiroshi Yamauchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 13:19:11 PST 2020


yamauchi marked an inline comment as done.
yamauchi added inline comments.


================
Comment at: llvm/include/llvm/Transforms/Utils/SizeOpts.h:58
     return false;
   if (PGSOColdCodeOnly ||
+      (PSI->hasInstrumentationProfile() && PGSOColdCodeOnlyForInstrPGO) ||
----------------
davidxl wrote:
> Is this master option needed anymore?
Technically not, but I'd like to keep it for a while (eg. a simpler/shorter way to work around issues) We can clean up flags later.


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