Hi,

since Jakub's recent middle-end changes we vectorize more
popcount instances.  This patch just adjusts the dump check.

Going to commit as obvious once I have figured out why there
is a dump difference between my local tester and on the server.

Regards
 Robin

gcc/testsuite/ChangeLog:

        * gcc.target/riscv/rvv/autovec/unop/popcount.c: Adjust check.
---
 gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/popcount.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/popcount.c 
b/gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/popcount.c
index 585a522aa81..7323dfa0031 100644
--- a/gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/popcount.c
+++ b/gcc/testsuite/gcc.target/riscv/rvv/autovec/unop/popcount.c
@@ -1461,4 +1461,4 @@ main ()
   RUN_ALL ()
 }
 
-/* { dg-final { scan-tree-dump-times "LOOP VECTORIZED" 229 "vect" } } */
+/* { dg-final { scan-tree-dump-times "LOOP VECTORIZED" 250 "vect" } } */
-- 
2.42.0

Reply via email to