diff options
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-exegesis.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/llvm-exegesis.rst b/llvm/docs/CommandGuide/llvm-exegesis.rst index 339095f10d1..d60434f5d02 100644 --- a/llvm/docs/CommandGuide/llvm-exegesis.rst +++ b/llvm/docs/CommandGuide/llvm-exegesis.rst @@ -149,7 +149,7 @@ OPTIONS Specify the number of repetitions of the asm snippet. Higher values lead to more accurate measurements but lengthen the benchmark. - .. option:: -benchmarks-file=</path/to/file> +.. option:: -benchmarks-file=</path/to/file> File to read (`analysis` mode) or write (`latency`/`uops` modes) benchmark results. "-" uses stdin/stdout. @@ -174,9 +174,9 @@ OPTIONS Specify the numPoints parameters to be used for DBSCAN clustering (`analysis` mode). - .. option:: -ignore-invalid-sched-class=false +.. option:: -ignore-invalid-sched-class=false - If set, ignore instructions that do not have a sched class (class idx = 0). + If set, ignore instructions that do not have a sched class (class idx = 0). EXIT STATUS |

