summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorAmaury Sechet <deadalnix@gmail.com>2018-06-04 18:36:22 +0000
committerAmaury Sechet <deadalnix@gmail.com>2018-06-04 18:36:22 +0000
commit7436bb683e60f3efa75da6f6a26b1ff69c94a74e (patch)
tree533429b6c9f630dc24e14b19dc46c562383c49e4 /docs/ReleaseNotes.rst
parent03c2c8140e8055c1886d54aa151072befe33cc2b (diff)
Get rid of SETCCE
Summary: It has been deprecated in favor of SETCCCARRY for a year now and isn't used by any in tree backend. Reviewers: efriedma, craig.topper, dblaikie, bkramer Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D47685 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@333939 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 1784f8b9091..2d96f4d49f0 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -173,6 +173,8 @@ Changes to the DAG infrastructure
using ``setOperationAction`` in their ``TargetLowering``. New backends
should use UADDO/ADDCARRY/USUBO/SUBCARRY instead of the deprecated opcodes.
+* The SETCCE opcode has now been removed in favor of SETCCCARRY.
+
External Open Source Projects Using LLVM 7
==========================================