summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2017-11-15 02:58:45 +0000
committerVedant Kumar <vsk@apple.com>2017-11-15 02:58:45 +0000
commit3a109f5121ae963f47ee3b0131fee50be7ffea7c (patch)
tree528ee474e0794d9d8ffa887b0f3bb584d8c45434 /llvm/docs
parentfc6cc70018cd342b4764ae9df146f27ace35301c (diff)
downloadbcm5719-llvm-3a109f5121ae963f47ee3b0131fee50be7ffea7c.tar.gz
bcm5719-llvm-3a109f5121ae963f47ee3b0131fee50be7ffea7c.zip
[docs] Document a way to simplify names in bugpoint output
llvm-svn: 318257
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/Bugpoint.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/Bugpoint.rst b/llvm/docs/Bugpoint.rst
index 6bd7ff99564..3327c02b53f 100644
--- a/llvm/docs/Bugpoint.rst
+++ b/llvm/docs/Bugpoint.rst
@@ -151,6 +151,9 @@ non-obvious ways. Here are some hints and tips:
optimizations to be randomized and applied to the program. This process will
repeat until a bug is found or the user kills ``bugpoint``.
+* ``bugpoint`` can produce IR which contains long names. To simplify the names,
+ run ``opt -strip -instnamer`` over the IR.
+
What to do when bugpoint isn't enough
=====================================
OpenPOWER on IntegriCloud