[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
Fri Nov 12 15:29:41 PST 2021
hoy added inline comments.
================
Comment at: llvm/tools/llvm-profgen/ProfileGenerator.cpp:63
static cl::opt<bool> CSProfTrimColdContext(
"csprof-trim-cold-context", cl::init(false), cl::ZeroOrMore,
----------------
How about merge the new switch with this one?
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