i386: Adjust rtx cost for imulq and imulw [PR115749]
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / vect-simd-clone-18f.c
blob4dd51381d73c0c7c8ec812f24e5054df038059c5
1 /* { dg-require-effective-target vect_simd_clones } */
2 /* { dg-additional-options "-fopenmp-simd --param vect-epilogues-nomask=0" } */
3 /* { dg-additional-options "-mavx" { target avx_runtime } } */
4 /* { dg-additional-options "-mno-avx512f" { target { { i?86*-*-* x86_64-*-* } && { ! lp64 } } } } */
6 #define TYPE __INT64_TYPE__
7 #include "vect-simd-clone-18.c"
9 /* Ensure the the in-branch simd clones are used on targets that support them.
11 /* { dg-final { scan-tree-dump-times {[\n\r] [^\n]* = foo\.simdclone} 2 "vect" } } */
13 /* The LTO test produces two dump files and we scan the wrong one. */
14 /* { dg-skip-if "" { *-*-* } { "-flto" } { "" } } */