[PATCH] D98921: [CSSPGO][llvm-profgen] Use profile summary based threshold for context trimming and merging
Wenlei He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 18 22:23:13 PDT 2021
wenlei created this revision.
wenlei added reviewers: hoy, wlei, wmi, davidxl.
Herald added subscribers: modimo, lxfind.
wenlei requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Switch to use cold threshold from profile summary for cold context merging and trimming, instead of relying on hard coded values. Minor refactoring included for switch names, etc.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D98921
Files:
llvm/test/tools/llvm-profgen/merge-cold-profile.test
llvm/tools/llvm-profgen/ProfileGenerator.cpp
llvm/tools/llvm-profgen/ProfileGenerator.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98921.331763.patch
Type: text/x-patch
Size: 9119 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210319/4f44bb0e/attachment.bin>
More information about the llvm-commits
mailing list