public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Ilya Leoshkevich <iii@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r11-4726] IBM Z: Remove unused RRe and RXe mode_attrs
Date: Wed,  4 Nov 2020 21:34:11 +0000 (GMT)	[thread overview]
Message-ID: <20201104213411.A4A6F388A02B@sourceware.org> (raw)

https://gcc.gnu.org/g:88ea64e941562db4389bd3c2932b0194526e93e7

commit r11-4726-g88ea64e941562db4389bd3c2932b0194526e93e7
Author: Ilya Leoshkevich <iii@linux.ibm.com>
Date:   Wed Oct 21 13:46:04 2020 +0200

    IBM Z: Remove unused RRe and RXe mode_attrs
    
    gcc/ChangeLog:
    
    2020-11-03  Ilya Leoshkevich  <iii@linux.ibm.com>
    
            * config/s390/s390.md (RRe): Remove.
            (RXe): Remove.

Diff:
---
 gcc/config/s390/s390.md | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md
index 18edea1ce47..050374980ae 100644
--- a/gcc/config/s390/s390.md
+++ b/gcc/config/s390/s390.md
@@ -721,11 +721,6 @@
 ;; SDmode.
 (define_mode_attr xdee [(TF "x") (DF "d") (SF "ee") (TD "x") (DD "d") (SD "e")])
 
-;; In FP templates, "<RRe>" will expand to "RRE" in TFmode and "RR" otherwise.
-;; Likewise for "<RXe>".
-(define_mode_attr RRe [(TF "RRE") (DF "RR") (SF "RR")])
-(define_mode_attr RXe [(TF "RXE") (DF "RX") (SF "RX")])
-
 ;; The decimal floating point variants of add, sub, div and mul support 3
 ;; fp register operands.  The following attributes allow to merge the bfp and
 ;; dfp variants in a single insn definition.


                 reply	other threads:[~2020-11-04 21:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201104213411.A4A6F388A02B@sourceware.org \
    --to=iii@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).