[PATCH] D47015: [llvm-exegesis] Improve documentation.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 17 08:05:04 PDT 2018


RKSimon added a reviewer: RKSimon.
RKSimon added inline comments.


================
Comment at: docs/CommandGuide/llvm-exegesis.rst:70
+
+  readonly INSTRUCTIONS=$(grep INSTRUCTION_LIST_END build/lib/Target/X86/X86GenInstrInfo.inc | cut -f2 -d=)
+
----------------
include the shebang?


================
Comment at: docs/CommandGuide/llvm-exegesis.rst:86
+
+    $ llvm-exegesis -mode=analysis \
+  -benchmarks-file=/tmp/benchmarks.yaml \
----------------
isn't this -benchmark-mode= ?


Repository:
  rL LLVM

https://reviews.llvm.org/D47015





More information about the llvm-commits mailing list