summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2018-03-12 20:49:42 +0000
committerVedant Kumar <vsk@apple.com>2018-03-12 20:49:42 +0000
commitf7b39ab9dfae95ca7b96648ee80f2e8f52294fa3 (patch)
treef04f7b99bffe8807244023ca72dbf24df59eaafa /docs/ReleaseNotes.rst
parent6a79fbce1b4ce4eb0577b6afddc03322d9972436 (diff)
Remove the LoopInstSimplify pass (-loop-instsimplify)
LoopInstSimplify is unused and untested. Reading through the commit history the pass also seems to have a high maintenance burden. It would be best to retire the pass for now. It should be easy to recover if we need something similar in the future. Differential Revision: https://reviews.llvm.org/D44053 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327329 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index effe2dabac4..53d3abec956 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -40,6 +40,8 @@ Non-comprehensive list of changes in this release
functionality, or simply have a lot to talk about), see the `NOTE` below
for adding a new subsection.
+* The LoopInstSimplify pass (-loop-instsimplify) has been removed.
+
* Note..
.. NOTE