From e020ad34bb2af122f6a7d42bebd3b08e9ed30611 Mon Sep 17 00:00:00 2001 From: eastb233 Date: Wed, 20 May 2020 11:19:38 +0800 Subject: [PATCH] modify patch --- address-calculation-optimization-within-loop.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/address-calculation-optimization-within-loop.patch b/address-calculation-optimization-within-loop.patch index 5801d63..be36f80 100644 --- a/address-calculation-optimization-within-loop.patch +++ b/address-calculation-optimization-within-loop.patch @@ -58,7 +58,7 @@ diff -Nurp a/gcc/tree-ssa-math-opts.c b/gcc/tree-ssa-math-opts.c diff -Nurp a/gcc/testsuite/gcc.target/aarch64/sve/var_stride_1.c b/gcc/testsuite/gcc.target/aarch64/sve/var_stride_1.c --- a/gcc/testsuite/gcc.target/aarch64/sve/var_stride_1.c 2020-03-31 09:51:36.000000000 +0800 +++ b/gcc/testsuite/gcc.target/aarch64/sve/var_stride_1.c 2020-04-29 10:55:44.937471475 +0800 -@@ -17,7 +17,6 @@ f (TYPE *x, TYPE *y, unsigned short n, 1 +@@ -17,7 +17,6 @@ f (TYPE *x, TYPE *y, unsigned short n, l /* { dg-final { scan-assembler {\tstr\tw[0-9]+} } } */ /* Should multiply by (VF-1)*4 rather than (257-1)*4. */ /* { dg-final { scan-assembler-not {, 1024} } } */