Skip to content

Commit c7c2bbb

Browse files
[Docs][llvm-exegesis] Minor adjustments for clarity
This patch makes minor adjustments to the llvm-exegesis docs for clarity. Particularly, an update is made to the list of snippet annotations to list the correct number of annotations that was not updated when the docs were originally updated for the snippet address annotation. In addition, this patch changes a decimal value for the snippet memory annotation example for an explicit hex value to emphasize that the LLVM-EXEGESIS-MEM-DEF annotation takes a hex value for the memory value.
1 parent fa8347f commit c7c2bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/CommandGuide/llvm-exegesis.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ SNIPPET ANNOTATIONS
4444

4545
:program:`llvm-exegesis` supports benchmarking arbitrary snippets of assembly.
4646
However, benchmarking these snippets often requires some setup so that they
47-
can execute properly. :program:`llvm-exegesis` has four annotations and some
47+
can execute properly. :program:`llvm-exegesis` has five annotations and some
4848
additional utilities to help with setup so that snippets can be benchmarked
4949
properly.
5050

@@ -183,7 +183,7 @@ annotations added to the snippet:
183183

184184
.. code-block:: none
185185
186-
# LLVM-EXEGESIS-MEM-DEF test1 4096 2147483647
186+
# LLVM-EXEGESIS-MEM-DEF test1 4096 7fffffff
187187
# LLVM-EXEGESIS-MEM-MAP test1 8192
188188
189189
movq $8192, %rax

0 commit comments

Comments
 (0)