[llvm] [BOLT] Sync doc for dropping disparate profiles (PR #96563)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 24 14:50:20 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-bolt
Author: shaw young (shawbyoung)
<details>
<summary>Changes</summary>
Test Plan: n/a
---
Full diff: https://github.com/llvm/llvm-project/pull/96563.diff
1 Files Affected:
- (modified) bolt/docs/CommandLineArgumentReference.md (+3-3)
``````````diff
diff --git a/bolt/docs/CommandLineArgumentReference.md b/bolt/docs/CommandLineArgumentReference.md
index 49e226513028f..7a77e8eda18b2 100644
--- a/bolt/docs/CommandLineArgumentReference.md
+++ b/bolt/docs/CommandLineArgumentReference.md
@@ -804,8 +804,8 @@
- `--stale-matching-min-matched-block=<uint>`
- Minimum percent of exact match block for a function to be considered for
- profile inference.
+ Percentage threshold of matched basic blocks at which stale profile inference
+ is executed.
- `--stale-threshold=<uint>`
@@ -1166,4 +1166,4 @@
- `--print-options`
- Print non-default options after command line parsing
+ Print non-default options after command line parsing
\ No newline at end of file
``````````
</details>
https://github.com/llvm/llvm-project/pull/96563
More information about the llvm-commits
mailing list