[llvm] [BOLT][NFC] Sync doc for dropping disparate profiles (PR #96563)
shaw young via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 24 15:04:37 PDT 2024
https://github.com/shawbyoung updated https://github.com/llvm/llvm-project/pull/96563
>From bfdb8a034a208c80c962f00834b695012a5f071d Mon Sep 17 00:00:00 2001
From: shawbyoung <shawbyoung at gmail.com>
Date: Mon, 24 Jun 2024 14:49:40 -0700
Subject: [PATCH 1/2] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20in?=
=?UTF-8?q?itial=20version?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Created using spr 1.3.4
---
bolt/docs/CommandLineArgumentReference.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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
>From 23f63ad51b61c05ad0a7ff14634babdc8bfd65af Mon Sep 17 00:00:00 2001
From: shawbyoung <shawbyoung at gmail.com>
Date: Mon, 24 Jun 2024 15:04:28 -0700
Subject: [PATCH 2/2] spr amend
Created using spr 1.3.4
---
bolt/docs/CommandLineArgumentReference.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bolt/docs/CommandLineArgumentReference.md b/bolt/docs/CommandLineArgumentReference.md
index 7a77e8eda18b2..b468b91b2ddfa 100644
--- a/bolt/docs/CommandLineArgumentReference.md
+++ b/bolt/docs/CommandLineArgumentReference.md
@@ -1166,4 +1166,4 @@
- `--print-options`
- Print non-default options after command line parsing
\ No newline at end of file
+ Print non-default options after command line parsing
More information about the llvm-commits
mailing list