]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
aarch64: remove useless GPF_TF_F16 iterator
authorChristophe Lyon <christophe.lyon@arm.com>
Tue, 5 Apr 2022 09:32:17 +0000 (10:32 +0100)
committerChristophe Lyon <christophe.lyon@arm.com>
Fri, 6 May 2022 15:31:05 +0000 (17:31 +0200)
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

index e72fdf35a82e596844bbdbbcb23a13f763aac775..88af964de7eb2361ae16a5acd4fd0dafd484ee39 100644 (file)
@@ -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])