1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_int } */
3 /* { dg-additional-options "-fdump-tree-vect-details-blocks -fdisable-tree-cunrolli" } */
5 /* At least one of these should correspond to a full vector. */
10 for (int j
= 0; j
< 2; ++j
)
17 for (int j
= 0; j
< 4; ++j
)
24 for (int j
= 0; j
< 8; ++j
)
31 for (int j
= 0; j
< 16; ++j
)
35 /* { dg-final { scan-tree-dump {goto <bb [0-9]+>; \[0+.0*%\]} vect } } */