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 } */
6 /* { dg-additional-options "-Ofast" } */
8 /* { dg-final { scan-tree-dump-not "LOOP VECTORIZED" "vect" } } */
13 unsigned test4(unsigned x
)
16 for (int i
= 0; i
< N
; i
++)
18 if (i
> 16 && vect
[i
] > x
)