aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/aarch64/test_frame_13.c
blob: f3aa263929421db12b78abc733e2b011db3a4e48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Verify:
     * without outgoing.
     * total frame size > 512.
     * number of callee-save reg >= 2.
     * split the stack adjustment into two substractions,
       the second could be optimized into "stp !".  */

/* { dg-do run } */
/* { dg-options "-O2 --save-temps" } */

#include "test_frame_common.h"

t_frame_pattern (test13, 700, )
t_frame_run (test13)

/* { dg-final { scan-assembler-times "sub\tsp, sp, #\[0-9\]+" 1 } } */
/* { dg-final { scan-assembler-times "stp\tx29, x30, \\\[sp, -\[0-9\]+\\\]!" 2 } } */