[llvm-branch-commits] [llvm] [BOLT] Name similarity function matching (PR #95884)

Amir Ayupov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jun 25 12:32:18 PDT 2024


================
@@ -23,6 +26,10 @@ 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("edit distance."),
----------------
aaupov wrote:

Please expand the description

https://github.com/llvm/llvm-project/pull/95884


More information about the llvm-branch-commits mailing list