diff options
author | Min Hsu <min.hsu@sifive.com> | 2025-01-14 14:08:56 -0800 |
---|---|---|
committer | Min Hsu <min.hsu@sifive.com> | 2025-01-14 14:18:58 -0800 |
commit | 72225ca27f561b74da292433400f250592d73b13 (patch) | |
tree | c7c42c7581b1303bb57e6325346e9a0cda86cae0 /llvm/docs/CommandGuide | |
parent | a829ebadd4211bec24e99f4395ef855eff456eb1 (diff) | |
download | llvm-72225ca27f561b74da292433400f250592d73b13.zip llvm-72225ca27f561b74da292433400f250592d73b13.tar.gz llvm-72225ca27f561b74da292433400f250592d73b13.tar.bz2 |
Revert "Reland: "[Exegesis] Add the ability to dry-run the measurement phase (#121991)" (#122775)"
This reverts commit a39aaf35d3858a5542f532e399482c2bb0259dac and
63d3bd6d0caf8185aba49540fe2f67512fdf3a98.
Due to test failures on MacOSX.
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-exegesis.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-exegesis.rst b/llvm/docs/CommandGuide/llvm-exegesis.rst index d357c2c..8266d89 100644 --- a/llvm/docs/CommandGuide/llvm-exegesis.rst +++ b/llvm/docs/CommandGuide/llvm-exegesis.rst @@ -301,7 +301,6 @@ OPTIONS * ``prepare-and-assemble-snippet``: Same as ``prepare-snippet``, but also dumps an excerpt of the sequence (hex encoded). * ``assemble-measured-code``: Same as ``prepare-and-assemble-snippet``. but also creates the full sequence that can be dumped to a file using ``--dump-object-to-disk``. * ``measure``: Same as ``assemble-measured-code``, but also runs the measurement. - * ``dry-run-measurement``: Same as measure, but does not actually execute the snippet. .. option:: --x86-lbr-sample-period=<nBranches/sample> |