summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-exegesis.rst
diff options
context:
space:
mode:
authorClement Courbet <courbet@google.com>2018-06-18 11:27:47 +0000
committerClement Courbet <courbet@google.com>2018-06-18 11:27:47 +0000
commite752fd65e8cbcf960ea9d1287713b5c279fad924 (patch)
treecad58fd269652eb0a7593ef5774a5af6bf2d3eef /llvm/docs/CommandGuide/llvm-exegesis.rst
parentd521c4353ea18fd8fecce4772d73fe173064c922 (diff)
downloadbcm5719-llvm-e752fd65e8cbcf960ea9d1287713b5c279fad924.tar.gz
bcm5719-llvm-e752fd65e8cbcf960ea9d1287713b5c279fad924.zip
[llvm-exegesis] Optionally ignore instructions without a sched class.
Summary: See PR37602. Reviewers: RKSimon Subscribers: llvm-commits, tschuett Differential Revision: https://reviews.llvm.org/D48267 llvm-svn: 334932
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-exegesis.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-exegesis.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-exegesis.rst b/llvm/docs/CommandGuide/llvm-exegesis.rst
index 1cba9788584..339095f10d1 100644
--- a/llvm/docs/CommandGuide/llvm-exegesis.rst
+++ b/llvm/docs/CommandGuide/llvm-exegesis.rst
@@ -174,6 +174,10 @@ OPTIONS
Specify the numPoints parameters to be used for DBSCAN clustering
(`analysis` mode).
+ .. option:: -ignore-invalid-sched-class=false
+
+ If set, ignore instructions that do not have a sched class (class idx = 0).
+
EXIT STATUS
-----------
OpenPOWER on IntegriCloud