2016-12-21 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / memcpy-vector_loop-2.c
blobab235401972f21d546c0ea71b842ece4d3262809
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 char *b;
8 void t (void)
10 __builtin_memcpy (a, b, 2048);