PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / avx-vzeroupper-7.c
blobab6d68779b380b34faca7beec60055a7a31897b4
1 /* { dg-do compile } */
2 /* { dg-options "-O0 -mavx -mvzeroupper -dp" } */
4 #include <immintrin.h>
6 extern __m256 x, y;
8 void
9 foo ()
11 x = y;
12 _mm256_zeroupper ();
15 /* { dg-final { scan-assembler-times "avx_vzeroupper" 1 } } */