summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorClement Courbet <courbet@google.com>2018-04-04 08:22:54 +0000
committerClement Courbet <courbet@google.com>2018-04-04 08:22:54 +0000
commitfb12c072df66c2c4749a44bcbc999b50c65186ec (patch)
tree30fe2074f5ab53515c3d044136711bf8085fb295 /docs/ReleaseNotes.rst
parent780c045964bcf42e415db55b531492a3e1821fc2 (diff)
Revert r329156 "Add llvm-exegesis tool."
Breaks a bunch of bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@329157 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index e1b1da556ac..7bd8223af46 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -48,11 +48,6 @@ Non-comprehensive list of changes in this release
* Symbols starting with ``?`` are no longer mangled by LLVM when using the
Windows ``x`` or ``w`` IR mangling schemes.
-* A new tool named :doc:`llvm-exegesis <CommandGuide/llvm-exegesis>` has been
- added. :program:`llvm-exegesis` automatically measures instruction scheduling
- properties (latency/uops) and provides a principled way to edit scheduling
- models.
-
* A new tool named :doc:`llvm-mca <CommandGuide/llvm-mca>` has been added.
:program:`llvm-mca` is a static performance analysis tool that uses
information available in LLVM to statically predict the performance of