[PATCH] D79831: [PGO] Improve the working set size heuristics under the partial sample PGO.
Hiroshi Yamauchi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 12 18:20:41 PDT 2020
yamauchi added a comment.
I'm going to split this patch into parts:
- Use Module::setModuleFlag rather than addModuleFlag for the ProfileSummary metadata.
- Add the PartialProfileRatio field in ProfileSummary metadata.
- Compute the block count through thin LTO.
- The ProfileSummaryInfo change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79831/new/
https://reviews.llvm.org/D79831
More information about the llvm-commits
mailing list