[PATCH] D112489: [CSSPGO] Trim cold profiles with the CS preinliner.

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 25 14:10:22 PDT 2021


hoy created this revision.
Herald added subscribers: modimo, wenlei, eraman.
hoy requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Adding support to the CS preinliner to trim cold base profiles. This makes trimming consistent with the inline decision made by the preinliner. Also disable the existing profile merger/trimmer when preinliner is on.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112489

Files:
  llvm/test/tools/llvm-profgen/cs-preinline.test
  llvm/tools/llvm-profgen/CSPreInliner.cpp
  llvm/tools/llvm-profgen/ProfileGenerator.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112489.382121.patch
Type: text/x-patch
Size: 5222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211025/fe8c9595/attachment.bin>


More information about the llvm-commits mailing list