[PATCH] D110212: [llvm-profgen] Use hot threshold for context merging and trimming

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 21 18:34:25 PDT 2021


hoy added inline comments.


================
Comment at: llvm/tools/llvm-profgen/ProfileGenerator.cpp:431
-  if (!ProfileSummaryCutoffCold.getNumOccurrences())
-    ProfileSummaryCutoffCold = 999000;
-
----------------
Does it still make sense to keep this? Would profile summary builder use this value?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110212



More information about the llvm-commits mailing list