testsuite: Revert to the original version of pr100056.c
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / vect-simd-clone-17b.c
blob8731c26864480dbef2e565131e488cb5e5c4a93b
1 /* { dg-require-effective-target vect_simd_clones } */
2 /* { dg-additional-options "-fopenmp-simd" } */
3 /* { dg-additional-options "-mavx" { target avx_runtime } } */
5 #define TYPE float
6 #include "vect-simd-clone-17.c"
8 /* Ensure the the in-branch simd clones are used on targets that support them.
9 Some targets use another call for the epilogue loops. */
10 /* { dg-final { scan-tree-dump-times {[\n\r] [^\n]* = foo\.simdclone} 2 "vect" { target { ! { avx_runtime || aarch64*-*-* } } } } } */
11 /* { dg-final { scan-tree-dump-times {[\n\r] [^\n]* = foo\.simdclone} 3 "vect" { target { avx_runtime || aarch64*-*-* } } } } */
13 /* The LTO test produces two dump files and we scan the wrong one. */
14 /* { dg-skip-if "" { *-*-* } { "-flto" } { "" } } */