i386: Adjust rtx cost for imulq and imulw [PR115749]
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / vect-peel-2.c
blob65e70bd44170c63ce3bc25c6a7ecf426ddcd39b1
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 } } } } } */