(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
riscv/
rvv/
base/
spill-sp-adjust.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-march=rv64gcv -mabi=lp64d" } */
       3  
       4  #include "spill-1.c"
       5  
       6  void
       7  spill_sp_adjust (int8_t *v)
       8  {
       9    vint8mf8_t v1 = *(vint8mf8_t*)v; 
      10  }
      11  
      12  /* Make sure we do not have a useless SP adjustment.  */
      13  /* { dg-final { scan-assembler-not "addi\tsp,sp,0" } } */