From: Surya Kumari Jangala Date: Thu, 11 Jul 2024 16:02:17 +0000 (-0500) Subject: aarch64: Fix the expected output of the test cpy_1.c [PR115892] X-Git-Tag: basepoints/gcc-16~7519 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b1492012e5a11e9400e30ee4ae9195c08a2a81e;p=thirdparty%2Fgcc.git aarch64: Fix the expected output of the test cpy_1.c [PR115892] The fix at r15-1619-g3b9b8d6cfdf593 results in a rearrangement of instructions generated for cpy_1.c. This patch fixes the expected output. 2024-07-12 Surya Kumari Jangala gcc/testsuite: PR testsuite/115892 * gcc.target/aarch64/sve/acle/general/cpy_1.c: Update expected output. --- diff --git a/gcc/testsuite/gcc.target/aarch64/sve/acle/general/cpy_1.c b/gcc/testsuite/gcc.target/aarch64/sve/acle/general/cpy_1.c index 57b56a7e256..1d669913df2 100644 --- a/gcc/testsuite/gcc.target/aarch64/sve/acle/general/cpy_1.c +++ b/gcc/testsuite/gcc.target/aarch64/sve/acle/general/cpy_1.c @@ -11,9 +11,15 @@ extern "C" { /* ** dup_x0_m: ** ... +** ( ** add (x[0-9]+), x0, #?1 ** mov (p[0-7])\.b, p15\.b ** mov z0\.d, \2/m, \1 +** | +** mov (p[0-7])\.b, p15\.b +** add (x[0-9]+), x0, #?1 +** mov z0\.d, \3/m, \4 +** ) ** ... ** ret */