[PATCH] D153797: [CSSPGO][Preinliner] Bump up the threshold to favor previous compiler inline decision.
Wenlei He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 26 12:01:23 PDT 2023
wenlei added inline comments.
================
Comment at: llvm/tools/llvm-profgen/CSPreInliner.cpp:193
+ if (WasInlined)
+ SampleThreshold *= 100;
}
----------------
Make this a tunable value via a switch?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153797/new/
https://reviews.llvm.org/D153797
More information about the llvm-commits
mailing list