(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
mask-pack-prefer256.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-march=skylake-avx512 -O3 -fopenmp-simd -fdump-tree-vect-details -mprefer-vector-width=256" } */
       3  /* Disabling epilogues until we find a better way to deal with scans.  */
       4  /* { dg-additional-options "--param vect-epilogues-nomask=0" } */
       5  /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 10 "vect" } } */
       6  /* { dg-final { scan-assembler-not "maskmov" } } */
       7  
       8  #include "mask-pack.c"