diff options
author | Clement Courbet <courbet@google.com> | 2018-06-18 11:27:47 +0000 |
---|---|---|
committer | Clement Courbet <courbet@google.com> | 2018-06-18 11:27:47 +0000 |
commit | e752fd65e8cbcf960ea9d1287713b5c279fad924 (patch) | |
tree | cad58fd269652eb0a7593ef5774a5af6bf2d3eef /llvm/docs/CommandGuide/llvm-exegesis.rst | |
parent | d521c4353ea18fd8fecce4772d73fe173064c922 (diff) | |
download | bcm5719-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.rst | 4 |
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 ----------- |