Define VECTOR_STORE_FLAG_VALUE
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / avx512f-gather-2.c
blobef424b09b8e09902916f83a8e4fe5d2ba863302c
1 /* { dg-do compile } */ /* PR59617 */
2 /* { dg-options "-O3 -mavx512f -march=sapphirerapids -fdump-tree-vect-details -mprefer-vector-width=512" } */
3 /* Disabling epilogues until we find a better way to deal with scans. */
4 /* { dg-additional-options "--param vect-epilogues-nomask=0" } */
6 #include "avx512f-gather-1.c"
8 /* { dg-final { scan-assembler-not "gather\[^\n\]*ymm\[^\n\]*ymm" } } */
9 /* { dg-final { scan-assembler-not "gather\[^\n\]*xmm\[^\n\]*ymm" } } */
10 /* { dg-final { scan-assembler-not "gather\[^\n\]*ymm\[^\n\]*xmm" } } */
11 /* { dg-final { scan-assembler-not "gather\[^\n\]*xmm\[^\n\]*xmm" } } */
12 /* { dg-final { scan-tree-dump-times "vectorized 1 loops in function" 16 "vect" } } */