[llvm-branch-commits] [llvm] [BOLT] Match functions with name similarity (PR #95884)

Amir Ayupov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jul 2 18:55:01 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("Match functions using namespace and edit distance."), cl::init(0),
----------------
aaupov wrote:

```suggestion
    cl::desc("Match functions using namespace and edit distance"), cl::init(0),
```

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


More information about the llvm-branch-commits mailing list