(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
loongarch/
stack-check-alloca-1.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O2 -fstack-clash-protection --param stack-clash-protection-guard-size=16" } */
       3  /* { dg-require-effective-target supports_stack_clash_protection } */
       4  /* { dg-require-effective-target alloca } */
       5  /* { dg-skip-if "" { *-*-* } { "-fstack-check" } { "" } } */
       6  
       7  #define SIZE y
       8  #include "stack-check-alloca.h"
       9  
      10  /* { dg-final { scan-assembler-times {stp*t*r*\.d\t\$r0,\$r\d{1,2},-8} 1 } } */
      11  /* { dg-final { scan-assembler-times {stx\.d\t\$r0,\$r3,\$r12} 1 } } */
      12  
      13  /* Dynamic alloca, expect loop, and 1 probes with top at sp.
      14     1st probe is inside the loop for the full guard-size allocations, second
      15     probe is for the case where residual is zero.  */