public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Christophe Lyon <clyon@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-156] aarch64: remove useless GPF_TF_F16 iterator
Date: Fri,  6 May 2022 15:35:49 +0000 (GMT)	[thread overview]
Message-ID: <20220506153549.8C8353839400@sourceware.org> (raw)

https://gcc.gnu.org/g:37f57a3f4e48fe1a22dfc1544730483022ee5ffb

commit r13-156-g37f57a3f4e48fe1a22dfc1544730483022ee5ffb
Author: Christophe Lyon <christophe.lyon@arm.com>
Date:   Tue Apr 5 10:32:17 2022 +0100

    aarch64: remove useless GPF_TF_F16 iterator
    
    This iterator is not used anymore and is a leftover from previous
    cleanup (r10-5890-gabbe1ed2735517).
    
    2022-04-28  Christophe Lyon  <christophe.lyon@arm.com>
    
            gcc/
            * config/aarch64/iterators.md (GPF_TF_F16): Delete.

Diff:
---
 gcc/config/aarch64/iterators.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gcc/config/aarch64/iterators.md b/gcc/config/aarch64/iterators.md
index e72fdf35a82..88af964de7e 100644
--- a/gcc/config/aarch64/iterators.md
+++ b/gcc/config/aarch64/iterators.md
@@ -63,9 +63,6 @@
 ;; Iterator for all 16-bit scalar floating point modes (HF, BF)
 (define_mode_iterator HFBF [HF BF])
 
-;; Iterator for all scalar floating point modes (HF, SF, DF and TF)
-(define_mode_iterator GPF_TF_F16 [HF SF DF TF])
-
 ;; Iterator for all scalar floating point modes suitable for moving, including
 ;; special BF type (HF, SF, DF, TF and BF)
 (define_mode_iterator GPF_TF_F16_MOV [HF BF SF DF TF])


                 reply	other threads:[~2022-05-06 15:35 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=20220506153549.8C8353839400@sourceware.org \
    --to=clyon@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).