aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSurya Kumari Jangala <jskumari@linux.ibm.com>2024-07-11 11:02:17 -0500
committerSurya Kumari Jangala <jskumari@linux.ibm.com>2024-07-14 23:26:05 -0500
commit8b1492012e5a11e9400e30ee4ae9195c08a2a81e (patch)
treeec0716000280c094aa89385358366e2b7bb2d81e
parentda37a272beceacb362373a9eab1e915db587be9e (diff)
downloadgcc-8b1492012e5a11e9400e30ee4ae9195c08a2a81e.zip
gcc-8b1492012e5a11e9400e30ee4ae9195c08a2a81e.tar.gz
gcc-8b1492012e5a11e9400e30ee4ae9195c08a2a81e.tar.bz2
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 <jskumari@linux.ibm.com> gcc/testsuite: PR testsuite/115892 * gcc.target/aarch64/sve/acle/general/cpy_1.c: Update expected output.
-rw-r--r--gcc/testsuite/gcc.target/aarch64/sve/acle/general/cpy_1.c6
1 files changed, 6 insertions, 0 deletions
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 57b56a7..1d66991 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
*/