We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb1e6d commit 6ec926dCopy full SHA for 6ec926d
llvm/docs/CommandGuide/llvm-mca.rst
@@ -350,7 +350,7 @@ an InstrumentRegion does not need a comment to end the region.
350
Comments that are prefixed with `LLVM-MCA-` but do not correspond to
351
a valid `INSTRUMENT_TYPE` for the target cause an error, except for
352
`BEGIN` and `END`, since those correspond to AnalysisRegions. Comments
353
-that do not start with `LLVM-MCA-` are ignored by :program `llvm-mca`.
+that do not start with `LLVM-MCA-` are ignored by :program:`llvm-mca`.
354
355
An instruction (a MCInst) is added to an InstrumentRegion R only
356
if its location is in range [R.RangeStart, R.RangeEnd].
0 commit comments