[llvm] [SampleFDO] Stale profile renaming matching (PR #92151)
via llvm-commits
llvm-commits at lists.llvm.org
Fri May 17 21:17:01 PDT 2024
================
@@ -20,12 +20,22 @@ using namespace sampleprof;
#define DEBUG_TYPE "sample-profile-matcher"
+static cl::opt<bool> SalvageFunctionRenaming(
+ "salvage-function-renaming", cl::Hidden, cl::init(false),
----------------
WenleiHe wrote:
nit: `salvage-renamed-profile` to be consistent with `salvage-stale-profile`
https://github.com/llvm/llvm-project/pull/92151
More information about the llvm-commits
mailing list