]> git.ipfire.org Git - thirdparty/gcc.git/commit
[AArch64] Rename SVE shape "unary_count" to "unary_to_uint"
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 9 Jan 2020 15:21:47 +0000 (15:21 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 9 Jan 2020 15:21:47 +0000 (15:21 +0000)
commit5b052959dcd2e9c390c7de34f806c4b22a66d8f7
tree3da22bd78206d5bba8e8adafbe56383561c1e29c
parent99a3b91535cb41807d62478cd769bc1bed0db5df
[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
gcc/ChangeLog
gcc/config/aarch64/aarch64-sve-builtins-base.def
gcc/config/aarch64/aarch64-sve-builtins-shapes.cc
gcc/config/aarch64/aarch64-sve-builtins-shapes.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/unary_to_uint_1.c [moved from gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/unary_count_1.c with 100% similarity]
gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/unary_to_uint_2.c [moved from gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/unary_count_2.c with 100% similarity]
gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/unary_to_uint_3.c [moved from gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/unary_count_3.c with 100% similarity]