diff options
author | Murray Steele <murray.steele@arm.com> | 2021-12-22 14:50:00 +0000 |
---|---|---|
committer | Richard Earnshaw <rearnsha@arm.com> | 2021-12-22 14:57:29 +0000 |
commit | 8c61cefe2b5091e5361a85768f847732463275d5 (patch) | |
tree | 95582f337e3822d2a13ac183c73c4197b45c510e /gcc/config/tilepro/predicates.md | |
parent | 228173565eafbe34e44c1600c32e32a323eb5aab (diff) | |
download | gcc-8c61cefe2b5091e5361a85768f847732463275d5.zip gcc-8c61cefe2b5091e5361a85768f847732463275d5.tar.gz gcc-8c61cefe2b5091e5361a85768f847732463275d5.tar.bz2 |
arm: Move arm_simd_info array declaration into header
Move the arm_simd_type and arm_type_qualifiers enums, and
arm_simd_info struct from arm-builtins.c into arm-builtins.h header.
This is a first step towards internalising the type definitions for
MVE predicate, vector, and tuple types. By moving arm_simd_types into
a header, we allow future patches to use these type trees externally
to arm-builtins.c, which is a crucial step towards developing an MVE
intrinsics framework similar to the current SVE implementation.
gcc/ChangeLog:
* config/arm/arm-builtins.c (enum arm_type_qualifiers): Move to
arm_builtins.h.
(enum arm_simd_type): Move to arm-builtins.h.
(struct arm_simd_type_info): Move to arm-builtins.h.
* config/arm/arm-builtins.h (enum arm_simd_type): Move from
arm-builtins.c.
(enum arm_type_qualifiers): Move from arm-builtins.c.
(struct arm_simd_type_info): Move from arm-builtins.c.
Diffstat (limited to 'gcc/config/tilepro/predicates.md')
0 files changed, 0 insertions, 0 deletions