public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-4726] IBM Z: Remove unused RRe and RXe mode_attrs
@ 2020-11-04 21:34 Ilya Leoshkevich
  0 siblings, 0 replies; only message in thread
From: Ilya Leoshkevich @ 2020-11-04 21:34 UTC (permalink / raw)
  To: gcc-cvs

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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-04 21:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-04 21:34 [gcc r11-4726] IBM Z: Remove unused RRe and RXe mode_attrs Ilya Leoshkevich

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).