[PATCH] D78949: [PGO][PGSO] Prep for enabling non-cold code size opts under non-partial-profile sample PGO.

Hiroshi Yamauchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 11:17:51 PDT 2020


yamauchi created this revision.
yamauchi added a reviewer: davidxl.
Herald added subscribers: hiraditya, eraman.
Herald added a project: LLVM.

- Distinguish between partial-profile and non-partial-profile sample PGO.
- Add a flag for partial-profile sample PGO.
- Tune the sample PGO cutoff.
- No default behavior change (yet).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78949

Files:
  llvm/include/llvm/Analysis/ProfileSummaryInfo.h
  llvm/include/llvm/Transforms/Utils/SizeOpts.h
  llvm/lib/Transforms/Utils/SizeOpts.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78949.260384.patch
Type: text/x-patch
Size: 4677 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200427/da8a8775/attachment.bin>


More information about the llvm-commits mailing list