[PATCH] D113785: [llvm-profgen] Trim cold function profiles for non-CS AutoFDO

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 15 13:11:06 PST 2021


hoy accepted this revision.
hoy added a comment.
This revision is now accepted and ready to land.

lgtm, thanks.



================
Comment at: llvm/test/tools/llvm-profgen/merge-cold-profile.test:9
 
-; Test --csprof-merge-cold-context=0
+; Test --trim-cold-profile=0
 ; RUN: llvm-profgen --format=text --perfscript=%S/Inputs/recursion-compression-pseudoprobe.perfscript --binary=%S/Inputs/recursion-compression-pseudoprobe.perfbin --output=%t3 --compress-recursion=-1 --profile-summary-hot-count=10 --csprof-merge-cold-context=0
----------------
nit: this should not change?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113785



More information about the llvm-commits mailing list