1 /* { dg-require-effective-target vect_int } */
2 /* Disabling epilogues until we find a better way to deal with scans. */
3 /* { dg-additional-options "--param vect-epilogues-nomask=0" } */
5 #include "vect-peel-2-src.c"
7 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
8 /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 1 "vect" { target { { vect_element_align } && { vect_aligned_arrays } } } } } */
9 /* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { target { { vect_element_align } && { vect_aligned_arrays } } } } } */