]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[testsuite][aarch64] Adjust vect_copy_lane_1.c for new code-gen.
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
Tue, 19 Sep 2023 05:51:39 +0000 (11:21 +0530)
committerPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
Tue, 19 Sep 2023 05:51:39 +0000 (11:21 +0530)
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.

gcc/testsuite/gcc.target/aarch64/vect_copy_lane_1.c

index 2848be564d550d24a9f5c15d9dc5ececb4e2e81a..811dc678b92ca2d576ddff8c1bc7d94b90e0de93 100644 (file)
@@ -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)