[llvm] [llvm-profgen] Add an option to force marking the profile as preinlined (PR #156501)
Lei Wang via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 9 10:08:22 PDT 2025
================
@@ -64,6 +64,12 @@ static cl::opt<bool>
"than threshold, it will be trimmed."),
cl::cat(ProfGenCategory));
+static cl::opt<bool> ForceProfilePreinlined(
+ "force-profile-preinlined",
----------------
wlei-llvm wrote:
Done, thanks for the suggestion!
https://github.com/llvm/llvm-project/pull/156501
More information about the llvm-commits
mailing list