[PATCH] D120508: introducing profi flags
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 8 12:17:27 PST 2022
hoy accepted this revision.
hoy added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Transforms/Utils/SampleProfileLoaderBaseUtil.cpp:46
+cl::opt<bool> SampleProfileInferEntryCount(
+ "sample-profile-infer-entry-count", cl::init(true), cl::Hidden,
+ cl::ZeroOrMore, cl::desc("Use profi to infer function entry count."));
----------------
spupyrev wrote:
> hoy wrote:
> > Will there be a separate change to flip the default value?
> I suggest we keep it as is and test on a couple of prod binaries. If confirmed, we may change the default value
sgtm, thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120508/new/
https://reviews.llvm.org/D120508
More information about the llvm-commits
mailing list