[llvm] a098f32 - [llvm-exegesis][doc] Remove old FIXME.
Clement Courbet via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 28 02:53:36 PDT 2020
Author: Clement Courbet
Date: 2020-10-28T10:53:23+01:00
New Revision: a098f32a1fc8c003d8f9cfac131ed49d40502d31
URL: https://github.com/llvm/llvm-project/commit/a098f32a1fc8c003d8f9cfac131ed49d40502d31
DIFF: https://github.com/llvm/llvm-project/commit/a098f32a1fc8c003d8f9cfac131ed49d40502d31.diff
LOG: [llvm-exegesis][doc] Remove old FIXME.
This was fixed in a previous commit, the previous line in the
documentation explains how to proceed.
Added:
Modified:
llvm/docs/CommandGuide/llvm-exegesis.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/llvm-exegesis.rst b/llvm/docs/CommandGuide/llvm-exegesis.rst
index 5a4ac7f40fca..f32a6f6398a9 100644
--- a/llvm/docs/CommandGuide/llvm-exegesis.rst
+++ b/llvm/docs/CommandGuide/llvm-exegesis.rst
@@ -75,8 +75,6 @@ To measure the latency of all instructions for the host architecture, run:
$ llvm-exegesis -mode=latency -opcode-index=-1
-FIXME: Provide an :program:`llvm-exegesis` option to test all instructions.
-
EXAMPLE 2: benchmarking a custom code snippet
---------------------------------------------
More information about the llvm-commits
mailing list