From 813982933f392afe8779da466bf0c034fab66ac8 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Tue, 8 Oct 2019 08:24:40 +0000 Subject: [PATCH] [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 gcc/testsuite/ * gcc.target/aarch64/torture/simd-abi-9.c: Require LP64 for the function body test. From-SVN: r276688 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.target/aarch64/torture/simd-abi-9.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4555fc8..a7c5bc7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-10-08 Richard Sandiford + + * gcc.target/aarch64/torture/simd-abi-9.c: Require LP64 for + the function body test. + 2019-10-08 Joseph Myers * gcc.dg/torture/builtin-fp-int-inexact-c2x.c: New test. diff --git a/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-9.c b/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-9.c index aaa0316..1119d00 100644 --- a/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-9.c +++ b/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-9.c @@ -6,7 +6,7 @@ int callee (void); /* -** caller: +** caller: { target lp64 } ** ldr (w[0-9]+), \[x0\] ** cbn?z \1, [^\n]* ** ... -- 2.7.4