i386: Adjust rtx cost for imulq and imulw [PR115749]
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / vect-early-break-run_5.c
blob2e5145f67787fd01aea21b425ea1553fe535af5a
1 /* { dg-add-options vect_early_break } */
2 /* { dg-require-effective-target vect_early_break_hw } */
3 /* { dg-require-effective-target vect_int } */
5 /* { dg-additional-options "-Ofast" } */
7 #define N 800
8 #define P 799
9 #include "vect-early-break-template_1.c"
11 /* { dg-final { scan-tree-dump "LOOP VECTORIZED" "vect" } } */