-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[BOLT][NFC] Sync CommandLineArgumentReference with options #96563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BOLT][NFC] Sync CommandLineArgumentReference with options #96563
Conversation
Created using spr 1.3.4
@llvm/pr-subscribers-bolt Author: shaw young (shawbyoung) ChangesTest Plan: n/a Full diff: https://github.com/llvm/llvm-project/pull/96563.diff 1 Files Affected:
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
|
Please update the whole markdown. Doesn't make sense to go after changes one by one. |
Created using spr 1.3.4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Please retitle to "[BOLT][NFC] Sync CommandLineArgumentReference with options" |
…ing-disparate-profiles
Test Plan: n/a