[PATCH] D28331: Improve PGO support for the new inliner

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 19:57:18 PST 2017


davide added inline comments.


================
Comment at: lib/Analysis/InlineCost.cpp:1588-1589
 
+  // Set the ColdCallSiteThreshold knob from the -cold-callsite-threshold.
+  Params.ColdCallSiteThreshold = ColdCallSiteThreshold;
+
----------------
Nit: the option is now called `-inline-cold-callsite-threshold`


https://reviews.llvm.org/D28331





More information about the llvm-commits mailing list