1 /* { dg-add-options vect_early_break } */
2 /* { dg-require-effective-target vect_early_break_hw } */
3 /* { dg-require-effective-target vect_int } */
4 /* { dg-additional-options "-O3" } */
6 /* { dg-final { scan-tree-dump-not "LOOP VECTORIZED" "vect" } } */
15 __attribute__ ((noipa
))
16 int foo (int i
, unsigned short parse_tables_n
)
21 while (i
< N
&& parse_tables_n
--)
32 for (int j
= 0; j
< N
; j
++)
35 if (foo (0, 0xFFFF) != 0)