[PATCH] D36199: [Inliner] Increase threshold for hot callsites without PGO.

Haicheng Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 08:18:14 PDT 2017


haicheng added inline comments.


================
Comment at: llvm/trunk/lib/Analysis/InlineCost.cpp:81
+    "hot-callsite-rel-freq", cl::Hidden, cl::init(60), cl::ZeroOrMore,
+    cl::desc("Maxmimum block frequency, expressed as a multiple of caller's "
+             "entry frequency, for a callsite to be hot in the absence of "
----------------
Is this a typo? Maximum => Minimum


Repository:
  rL LLVM

https://reviews.llvm.org/D36199





More information about the llvm-commits mailing list