[PATCH] D153797: [CSSPGO][Preinliner] Bump up the threshold to favor previous compiler inline decision.

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 17:09:04 PDT 2023


hoy added inline comments.


================
Comment at: llvm/tools/llvm-profgen/CSPreInliner.cpp:61
+static cl::opt<int> CSPreinlMultiplifierForPrevInl(
+    "csspgo-preinliner-multipifier-for-previous-inlining", cl::Hidden,
+    cl::init(100),
----------------
wenlei wrote:
> wenlei wrote:
> > multipifier->multiplier for all instances in switch name, variable names.
> and switch desc too.
Good catch.


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