This test compiles with -mavx2 only if avx2_runtime passes, and
without that option, it is not expected to vectorize. Adjust the
effective target requirement for the dump pattern to match that of the
option.
for gcc/testsuite/ChangeLog
PR tree-optimization/114375
* gcc.dg/vect/vect-pr114375.c: Adjust dump pattern requirement
to match that of options.
return 0;
}
-/* { dg-final { scan-tree-dump "LOOP VECTORIZED" "vect" { target avx2 } } } */
+/* { dg-final { scan-tree-dump "LOOP VECTORIZED" "vect" { target avx2_runtime } } } */