(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr97487-1.c
       1  /* PR middle-end/97487 */
       2  /* { dg-do compile } */
       3  /* { dg-options "-O2 --param max-rtl-if-conversion-unpredictable-cost=0" } */
       4  
       5  long int __attribute__ ((simd))
       6  foo (long int x, long int y)
       7  {
       8    return x < 0 ? y : 0;
       9  }