r276688 - in /trunk/gcc/testsuite: ChangeLog gc...

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Tue Oct 8 08:24:00 GMT 2019


Author: rsandifo
Date: Tue Oct  8 08:24:40 2019
New Revision: 276688

URL: https://gcc.gnu.org/viewcvs?rev=276688&root=gcc&view=rev
Log:
[AArch64] Limit simd-abi-9.c function body test to LP64

On ILP32 targets, there's an extra UXTW instruction to extend
the incoming pointer before the load.  It doesn't seem worth
complicating the test for that, since all we're checking is
that an optimisation takes place, and that optimisation isn't
related to pointer size.

2019-10-08  Richard Sandiford  <richard.sandiford@arm.com>

gcc/testsuite/
	* gcc.target/aarch64/torture/simd-abi-9.c: Require LP64 for
	the function body test.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-9.c



More information about the Gcc-cvs mailing list