After r16-3201-gee67004474d521, this testcase started to fail as
we can copy prop into arguments now so the number of "after previous"
check has doubled.
Pushed after a quick check to make sure the testcase is now passing.
gcc/testsuite/ChangeLog:
* gcc.target/aarch64/vld2-1.c: Update the number of "after previous"
checks.
Signed-off-by: Andrew Pinski <[email protected]>
---
gcc/testsuite/gcc.target/aarch64/vld2-1.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gcc/testsuite/gcc.target/aarch64/vld2-1.c
b/gcc/testsuite/gcc.target/aarch64/vld2-1.c
index 8a267674df1..0a5b97bfb75 100644
--- a/gcc/testsuite/gcc.target/aarch64/vld2-1.c
+++ b/gcc/testsuite/gcc.target/aarch64/vld2-1.c
@@ -42,4 +42,5 @@ void func3(float32x2x2_t *p, const float *p1, const float *p2)
*p = vld2_lane_f32(p2, v, 1);
}
-/* { dg-final { scan-tree-dump-times "after previous" 3 "forwprop1" } } */
+/* 2 copy props for each function */
+/* { dg-final { scan-tree-dump-times "after previous" 6 "forwprop1" } } */
--
2.43.0