[llvm-branch-commits] [llvm] [BOLT] Name similarity function matching (PR #95884)
Maksim Panchenko via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jun 27 14:45:42 PDT 2024
================
@@ -23,6 +26,11 @@ extern cl::opt<unsigned> Verbosity;
extern cl::OptionCategory BoltOptCategory;
extern cl::opt<bool> InferStaleProfile;
+cl::opt<unsigned> NameSimilarityFunctionMatchingThreshold(
+ "name-similarity-function-matching-threshold",
+ cl::desc("Matches functions using namespace and edit distance."),
----------------
maksfb wrote:
nit: use imperative statement.
https://github.com/llvm/llvm-project/pull/95884
More information about the llvm-branch-commits
mailing list