xref: /aosp_15_r20/external/llvm/test/CodeGen/AArch64/arm64-frame-index.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc -march=arm64 -mtriple=arm64-apple-ios -aarch64-atomic-cfg-tidy=0 < %s | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker; rdar://11935841
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Workerdefine void @t1() nounwind ssp {
5*9880d681SAndroid Build Coastguard Workerentry:
6*9880d681SAndroid Build Coastguard Worker; CHECK-LABEL: t1:
7*9880d681SAndroid Build Coastguard Worker; CHECK-NOT: add x{{[0-9]+}}, sp
8*9880d681SAndroid Build Coastguard Worker; CHECK: stp x28, x27, [sp, #-16]!
9*9880d681SAndroid Build Coastguard Worker  %v = alloca [288 x i32], align 4
10*9880d681SAndroid Build Coastguard Worker  unreachable
11*9880d681SAndroid Build Coastguard Worker}
12