summaryrefslogtreecommitdiffstats
path: root/llvm/docs
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
commit93a7d2aa3c5ae78252d1ade1ff31ba69ada97915 (patch)
tree4f6b874c6584483d7d875c5c3679bdb571d3c6f5 /llvm/docs
parent0083179f066f41dd36c19dedf528d55ccd662409 (diff)
downloadbcm5719-llvm-93a7d2aa3c5ae78252d1ade1ff31ba69ada97915.tar.gz
bcm5719-llvm-93a7d2aa3c5ae78252d1ade1ff31ba69ada97915.zip
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 llvm-svn: 333939
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/ReleaseNotes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 1784f8b9091..2d96f4d49f0 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/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
==========================================
OpenPOWER on IntegriCloud