[llvm] [llvm-profdata] Enabled functionality to write split-layout profile (PR #101795)
William Junda Huang via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 7 19:39:52 PDT 2024
================
@@ -207,6 +207,12 @@ cl::opt<bool> GenPartialProfile(
"gen-partial-profile", cl::init(false), cl::Hidden,
cl::sub(MergeSubcommand),
cl::desc("Generate a partial profile (only meaningful for -extbinary)"));
+cl::opt<bool> SplitLayout(
+ "split_layout", cl::init(false), cl::Hidden,
+ cl::sub(MergeSubcommand),
+ cl::desc("Split the profile to two sections with one containing sample "
+ "profiles with inlined functions and the another not (only "
----------------
huangjd wrote:
done
https://github.com/llvm/llvm-project/pull/101795
More information about the llvm-commits
mailing list