[PATCH] D41604: Add a pass to generate synthetic function entry counts.
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 8 09:39:39 PST 2018
davidxl accepted this revision.
davidxl added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: lib/Transforms/IPO/SyntheticCountsPropagation.cpp:60
+static cl::opt<int> ColdSyntheticCount(
+ "cold-synthetic-count", cl::Hidden, cl::init(5), cl::ZeroOrMore,
+ cl::desc("Initial synthetic entry count for cold functions."));
----------------
make it zero perhaps?
https://reviews.llvm.org/D41604
More information about the llvm-commits
mailing list