aarch64: remove useless GPF_TF_F16 iterator

Message ID 20220506151924.201363-1-christophe.lyon@arm.com
State Committed
Commit 37f57a3f4e48fe1a22dfc1544730483022ee5ffb
Headers
Series aarch64: remove useless GPF_TF_F16 iterator |

Commit Message

Christophe Lyon May 6, 2022, 3:19 p.m. UTC
  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.
---
 gcc/config/aarch64/iterators.md | 3 ---
 1 file changed, 3 deletions(-)
  

Comments

Kyrylo Tkachov May 6, 2022, 3:29 p.m. UTC | #1
> -----Original Message-----
> From: Gcc-patches <gcc-patches-
> bounces+kyrylo.tkachov=arm.com@gcc.gnu.org> On Behalf Of Christophe
> Lyon via Gcc-patches
> Sent: Friday, May 6, 2022 4:19 PM
> To: gcc-patches@gcc.gnu.org
> Subject: [PATCH] aarch64: remove useless GPF_TF_F16 iterator
> 
> This iterator is not used anymore and is a leftover from previous
> cleanup (r10-5890-gabbe1ed2735517).

Ok. This would count as obvious, in my opinion.
Thanks,
Kyrill

> 
> 2022-04-28  Christophe Lyon  <christophe.lyon@arm.com>
> 
> 	gcc/
> 	* config/aarch64/iterators.md (GPF_TF_F16): Delete.
> ---
>  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 @@ (define_mode_iterator GPF_HF [HF SF DF])
>  ;; 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])
> --
> 2.25.1
  

Patch

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 @@  (define_mode_iterator GPF_HF [HF SF DF])
 ;; 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])