PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when realignin...
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / memset-vector_loop-2.c
blobbce8be0ffae24dd4afe57ab63a17449e7843b23f
1 /* { dg-do compile } */
2 /* { dg-skip-if "" { *-*-* } { "-march=*" } { "-march=atom" } } */
3 /* { dg-options "-O2 -march=atom -minline-all-stringops -mstringop-strategy=vector_loop" } */
4 /* { dg-final { scan-assembler-times "movdqa" 4} } */
6 char *a;
7 void t (void)
9 __builtin_memset (a, 0, 2048);