(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr65871-2.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O2 -mbmi2" } */
       3  
       4  int foo (unsigned int x, unsigned int y)
       5  {
       6    if (__builtin_ia32_bzhi_si (x, y))
       7      return 1;
       8  
       9    return 0;
      10  }
      11  
      12  /* { dg-final { scan-assembler-not "test" } } */