1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_int } */
8 void __attribute__((noinline
))
11 for (int i
= 0; i
< 1020; i
+= 5)
29 for (int i
= 0; i
< 1020; ++i
)
30 if (a
[i
] != ((i
+ 4) / 5) * 5)
36 /* Make sure we are not triggering hybrid SLP due to the IV update. */
37 /* { dg-final { scan-tree-dump "Loop contains only SLP stmts" "vect" } } */
38 /* { dg-final { scan-tree-dump "vectorized 1 loops" "vect" } } */