1 /* { dg-add-options vect_early_break } */
2 /* { dg-do compile } */
3 /* { dg-require-effective-target vect_early_break } */
4 /* { dg-require-effective-target vect_int } */
12 unsigned test4(unsigned x
, unsigned n
)
15 for (int i
= 0; i
< N
; i
+= (N
% 4))
26 /* { dg-final { scan-tree-dump "vectorized 1 loops in function" "vect" } } */