[AArch64] Regenerate fp16 tests.
[llvm-project.git] / llvm / test / CodeGen / SystemZ / frame-25.ll
blob64c175bd4ecaa2fc15596b9780e3062abbb3434a
1 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
3 ; Test that space is allocated for the incoming back chain also in cases
4 ; where no GPRs are saved / restored.
6 define void @fun0() #0 {
7 ; CHECK-LABEL: fun0:
8 ; CHECK: lgr     %r1, %r15
9 ; CHECK-NEXT: aghi    %r15, -24
10 ; CHECK-NEXT: stg     %r1, 152(%r15)
11 ; CHECK-NEXT: #APP
12 ; CHECK-NEXT: stcke   160(%r15)
13 ; CHECK-NEXT: #NO_APP
14 ; CHECK-NEXT: aghi    %r15, 24
15 ; CHECK-NEXT: br      %r14
17 entry:
18   %b = alloca [16 x i8], align 1
19   %0 = getelementptr inbounds [16 x i8], [16 x i8]* %b, i64 0, i64 0
20   call void asm "stcke $0", "=*Q"([16 x i8]* nonnull %b) #2
21   ret void
24 attributes #0 = { nounwind "packed-stack" "backchain" "use-soft-float"="true" }