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