1 /* { dg-add-options vect_early_break } */
2 /* { dg-do compile } */
3 /* { dg-require-effective-target vect_early_break } */
4 /* Disabling epilogues until we find a better way to deal with scans. */
5 /* { dg-additional-options "--param vect-epilogues-nomask=0" } */
6 /* { dg-require-effective-target vect_int } */
8 #include "vect-peel-1-src.c"
10 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
11 /* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { xfail vect_element_align_preferred } } } */