[PATCH] D100528: [CSSPGO][llvm-profdata] Support trimming cold context when merging profiles

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 21 13:02:26 PDT 2021


wenlei updated this revision to Diff 339359.
wenlei added a comment.
Herald added a subscriber: hiraditya.

Move threshold knobs into ProfileSummaryBuilder, avoid pulling Analysis lib into tools.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100528/new/

https://reviews.llvm.org/D100528

Files:
  llvm/include/llvm/Analysis/ProfileSummaryInfo.h
  llvm/include/llvm/ProfileData/ProfileCommon.h
  llvm/lib/Analysis/ProfileSummaryInfo.cpp
  llvm/lib/ProfileData/ProfileSummaryBuilder.cpp
  llvm/test/tools/llvm-profdata/cs-sample-trimmer.test
  llvm/test/tools/llvm-profgen/cs-preinline.test
  llvm/tools/llvm-profdata/llvm-profdata.cpp
  llvm/tools/llvm-profgen/ProfileGenerator.cpp
  llvm/tools/llvm-profgen/ProfileGenerator.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100528.339359.patch
Type: text/x-patch
Size: 17871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210421/4ef2772c/attachment.bin>


More information about the llvm-commits mailing list