]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Generalise tbz_2.c
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 11 Mar 2025 15:39:00 +0000 (15:39 +0000)
committerRichard Sandiford <richard.sandiford@arm.com>
Tue, 11 Mar 2025 15:39:00 +0000 (15:39 +0000)
commit456924e078c0312f9a0f07aa829ab2b6fdcf237c
tree962a01aec16573efe58863331005b24b7c67f2f4
parent4001281d69e9f8e01d2183f0e931e15ec4a522eb
aarch64: Generalise tbz_2.c

For many functions in tbz_2.c, it doesn't matter whether the code
tests a 32-bit or a 64-bit register.  g6-g8 have started testing
32-bit registers, but the others could in future too.

gcc/testsuite/
* gcc.target/aarch64/tbz_2.c: Accept both 32-bit and 64-bit registers.
gcc/testsuite/gcc.target/aarch64/tbz_2.c