Skip to content

Commit 8e81f3f

Browse files
[MCA] Fixing Sphinx formating
1 parent 61ad3de commit 8e81f3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/docs/CommandGuide/llvm-mca.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,15 +174,15 @@ option specifies "``-``", then the output will also be sent to standard output.
174174

175175
Enable scheduling info view. This view reports scheduling information defined
176176
in LLVM target description in the form:
177-
uOps | Latency | Bypass Latency | Throughput | LLVM OpcodeName | Resources
178-
units | assembly instruction and its comment (// or /* */) if defined.
177+
``<uOps> <Latency> <Bypass Latency> <Throughput> <LLVM Opcode Name> <Resources
178+
units> <instruction and comment (// or /* */) if defined>``
179179
It allows to compare scheduling info with architecture documents and fix them
180180
in target description by fixing InstrRW for the reported LLVM opcode.
181181
Scheduling information can be defined in the same order in each instruction
182182
comments to check easily reported and reference scheduling information.
183183
Suggested information in comment:
184184
``// <architecture instruction form> \\ <scheduling documentation title> \\
185-
<uOps>, <Latency>, <Bypass Latency>, <Throughput>, <Resources units>``
185+
<uOps>, <Latency>, <Bypass Latency>, <Throughput>, <Resources units>``
186186

187187
.. option:: -retire-stats
188188

0 commit comments

Comments
 (0)