public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2805] testsuite: aarch64: Fix failing vector structure tests on big-endian
@ 2021-08-09  8:59 Jonathan Wright
  0 siblings, 0 replies; only message in thread
From: Jonathan Wright @ 2021-08-09  8:59 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:da81e30d21fb4acd217d88779ca077f22aee92b2

commit r12-2805-gda81e30d21fb4acd217d88779ca077f22aee92b2
Author: Jonathan Wright <jonathan.wright@arm.com>
Date:   Wed Aug 4 09:18:52 2021 +0100

    testsuite: aarch64: Fix failing vector structure tests on big-endian
    
    Recent refactoring of the arm_neon.h header enabled better code
    generation for intrinsics that manipulate vector structures. New
    tests were also added to verify the benefit of these changes. It now
    transpires that the code generation improvements are observed only on
    little-endian systems. This patch restricts the code generation tests
    to little-endian targets.
    
    gcc/testsuite/ChangeLog:
    
    2021-08-04  Jonathan Wright  <jonathan.wright@arm.com>
    
            * gcc.target/aarch64/vector_structure_intrinsics.c: Restrict
            tests to little-endian targets.

Diff:
---
 gcc/testsuite/gcc.target/aarch64/vector_structure_intrinsics.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/aarch64/vector_structure_intrinsics.c b/gcc/testsuite/gcc.target/aarch64/vector_structure_intrinsics.c
index 3e7e572bf39..89e9de18a92 100644
--- a/gcc/testsuite/gcc.target/aarch64/vector_structure_intrinsics.c
+++ b/gcc/testsuite/gcc.target/aarch64/vector_structure_intrinsics.c
@@ -263,7 +263,7 @@ TEST_ST1x3 (vst1q, uint64x2x3_t, uint64_t*, u64, x3);
 TEST_ST1x3 (vst1q, poly64x2x3_t, poly64_t*, p64, x3);
 TEST_ST1x3 (vst1q, float64x2x3_t, float64_t*, f64, x3);
 
-/* { dg-final { scan-assembler-not "mov\\t" } } */
+/* { dg-final { scan-assembler-not "mov\\t" { target aarch64_little_endian } } } */
 
 /* { dg-final { scan-assembler-times "tbl\\t" 18} }  */
 /* { dg-final { scan-assembler-times "tbx\\t" 18} }  */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-09  8:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09  8:59 [gcc r12-2805] testsuite: aarch64: Fix failing vector structure tests on big-endian Jonathan Wright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).