aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@arm.com>2020-01-09 15:21:47 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2020-01-09 15:21:47 +0000
commit5b052959dcd2e9c390c7de34f806c4b22a66d8f7 (patch)
tree3da22bd78206d5bba8e8adafbe56383561c1e29c /gcc/config.gcc
parent99a3b91535cb41807d62478cd769bc1bed0db5df (diff)
downloadgcc-5b052959dcd2e9c390c7de34f806c4b22a66d8f7.zip
gcc-5b052959dcd2e9c390c7de34f806c4b22a66d8f7.tar.gz
gcc-5b052959dcd2e9c390c7de34f806c4b22a66d8f7.tar.bz2
[AArch64] Rename SVE shape "unary_count" to "unary_to_uint"
The SVE ACLE shape names use "_int" and "_uint" for arguments that are signed-integer or unsigned-integer variants of the main vector type. With SVE2 this variation also becomes common for return values, which the main SVE2 patch handles using "_to_int" and "_to_uint". This patch renames the existing unary_count shape to match the new scheme. 2020-01-09 Richard Sandiford <richard.sandiford@arm.com> gcc/ * config/aarch64/aarch64-sve-builtins-shapes.h (unary_count): Delete. (unary_to_uint): Define. * config/aarch64/aarch64-sve-builtins-shapes.cc (unary_count_def) (unary_count): Rename to... (unary_to_uint_def, unary_to_uint): ...this. * config/aarch64/aarch64-sve-builtins-base.def: Update accordingly. gcc/testsuite/ * gcc.target/aarch64/sve/acle/general-c/unary_count_1.c: Rename to... * gcc.target/aarch64/sve/acle/general-c/unary_to_uint_1.c: ...this. * gcc.target/aarch64/sve/acle/general-c/unary_count_2.c: Rename to... * gcc.target/aarch64/sve/acle/general-c/unary_to_uint_2.c: ...this. * gcc.target/aarch64/sve/acle/general-c/unary_count_3.c: Rename to... * gcc.target/aarch64/sve/acle/general-c/unary_to_uint_3.c: ...this. From-SVN: r280052
Diffstat (limited to 'gcc/config.gcc')
0 files changed, 0 insertions, 0 deletions