PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when realignin...
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr65871-2.c
blobe6538cc4bde4943e4c61485b6b3f5a4ab3ccbbf2
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mbmi2" } */
4 int foo (unsigned int x, unsigned int y)
6 if (__builtin_ia32_bzhi_si (x, y))
7 return 1;
9 return 0;
12 /* { dg-final { scan-assembler-not "test" } } */