[PATCH] D109860: profi - a flow-based profile inference algorithm: Part I (out of 3)
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 23 12:18:19 PST 2021
mehdi_amini added a comment.
I see the definition being `cl::opt<bool> SampleProfileUseProfi(` while the declaration is `extern cl::opt<unsigned> SampleProfileUseProfi;`
================
Comment at: llvm/lib/Transforms/Utils/SampleProfileLoaderBaseUtil.cpp:37
+cl::opt<bool> SampleProfileUseProfi(
+ "sample-profile-use-profi", cl::init(false), cl::Hidden, cl::ZeroOrMore,
----------------
This is defined as cl::opt<bool>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109860/new/
https://reviews.llvm.org/D109860
More information about the llvm-commits
mailing list