https://gcc.gnu.org/g:8b1492012e5a11e9400e30ee4ae9195c08a2a81e

commit r15-2034-g8b1492012e5a11e9400e30ee4ae9195c08a2a81e
Author: Surya Kumari Jangala <jskum...@linux.ibm.com>
Date:   Thu Jul 11 11:02:17 2024 -0500

    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  <jskum...@linux.ibm.com>
    
    gcc/testsuite:
            PR testsuite/115892
            * gcc.target/aarch64/sve/acle/general/cpy_1.c: Update expected
            output.

Diff:
---
 gcc/testsuite/gcc.target/aarch64/sve/acle/general/cpy_1.c | 6 ++++++
 1 file changed, 6 insertions(+)

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 57b56a7e256f..1d669913df2e 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
 */

Reply via email to