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