* gcc.target/i386/pr70021.c: Add -mtune=skylake.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / avx-vzeroupper-21.c
blob6dea0552fa37f572de723e2a62962f79088a5f8d
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mavx -mtune=generic -dp" } */
4 extern void exit (int) __attribute__ ((__noreturn__));
6 int
7 foo (int i)
9 if (i == 0)
10 exit (1);
11 return 0;
14 /* { dg-final { scan-assembler-not "avx_vzeroupper" } } */