(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
sve/
pr95361.c
       1  /* { dg-options "-O2" } */
       2  
       3  __SVInt8_t
       4  f (__SVInt8_t x, int y)
       5  {
       6    if (y == 1)
       7      asm volatile ("" ::: "z8");
       8    if (y == 2)
       9      asm volatile ("" ::: "z9");
      10    return x;
      11  }