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 {
9 ; CHECK-NEXT: aghi %r15, -24
10 ; CHECK-NEXT: stg %r1, 152(%r15)
12 ; CHECK-NEXT: stcke 160(%r15)
14 ; CHECK-NEXT: aghi %r15, 24
18 %b = alloca [16 x i8], align 1
19 call void asm "stcke $0", "=*Q"(ptr elementtype([16 x i8]) nonnull %b) #2
23 attributes #0 = { nounwind "packed-stack" "backchain" "use-soft-float"="true" }