public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-4121] [testsuite][aarch64] Adjust vect_copy_lane_1.c for new code-gen.
@ 2023-09-19  5:54 Prathamesh Kulkarni
  0 siblings, 0 replies; only message in thread
From: Prathamesh Kulkarni @ 2023-09-19  5:54 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:98c25cfc79a21886de7342fb563c4eb3c3d5f4e9

commit r14-4121-g98c25cfc79a21886de7342fb563c4eb3c3d5f4e9
Author: Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
Date:   Tue Sep 19 11:21:39 2023 +0530

    [testsuite][aarch64] Adjust vect_copy_lane_1.c for new code-gen.
    
    gcc/testsuite/ChangeLog:
            * gcc.target/aarch64/vect_copy_lane_1.c: Scan for zip1 instead
            of ins for float32x2_t, int32x2_t and uint32x2_t tests.

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

diff --git a/gcc/testsuite/gcc.target/aarch64/vect_copy_lane_1.c b/gcc/testsuite/gcc.target/aarch64/vect_copy_lane_1.c
index 2848be564d5..811dc678b92 100644
--- a/gcc/testsuite/gcc.target/aarch64/vect_copy_lane_1.c
+++ b/gcc/testsuite/gcc.target/aarch64/vect_copy_lane_1.c
@@ -22,7 +22,7 @@ BUILD_TEST (uint16x4_t, uint16x4_t, , , u16, 3, 2)
 BUILD_TEST (float32x2_t, float32x2_t, , , f32, 1, 0)
 BUILD_TEST (int32x2_t,   int32x2_t,   , , s32, 1, 0)
 BUILD_TEST (uint32x2_t,  uint32x2_t,  , , u32, 1, 0)
-/* { dg-final { scan-assembler-times "ins\\tv0.s\\\[1\\\], v1.s\\\[0\\\]" 3 } } */
+/* { dg-final { scan-assembler-times "zip1\\tv0.2s, v0.2s, v1.2s" 3 } } */
 BUILD_TEST (int64x1_t,   int64x1_t,   , , s64, 0, 0)
 BUILD_TEST (uint64x1_t,  uint64x1_t,  , , u64, 0, 0)
 BUILD_TEST (float64x1_t, float64x1_t, , , f64, 0, 0)

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

only message in thread, other threads:[~2023-09-19  5:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-19  5:54 [gcc r14-4121] [testsuite][aarch64] Adjust vect_copy_lane_1.c for new code-gen Prathamesh Kulkarni

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).