[PR81647][AARCH64] Fix handling of Unordered Comparisons in aarch64-simd.md
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / test_frame_1.c
blobf906b0735454b45cbb4886443899ab9d780b1ded
1 /* Verify:
2 * -fomit-frame-pointer.
3 * withoug outgoing.
4 * total frame size <= 256.
5 * number of callee-save reg == 1.
6 * optimized code should use "str !" for stack adjustment. */
8 /* { dg-do run } */
9 /* { dg-options "-O2 -fomit-frame-pointer --save-temps" } */
11 #include "test_frame_common.h"
13 t_frame_pattern (test1, 200, )
14 t_frame_run (test1)
16 /* { dg-final { scan-assembler-times "str\tx30, \\\[sp, -\[0-9\]+\\\]!" 2 } } */
17 /* { dg-final { scan-assembler "ldr\tx30, \\\[sp\\\], \[0-9\]+" } } */