brintos

brintos / llvm-project-archived public Read only

0
0
Text · 287 B · 0544eae Raw
12 lines · plain
1; RUN: llc < %s -mtriple=arm64-apple-ios -aarch64-enable-atomic-cfg-tidy=0 | FileCheck %s2; rdar://119358413 4define void @t1() nounwind ssp {5entry:6; CHECK-LABEL: t1:7; CHECK-NOT: add x{{[0-9]+}}, sp8; CHECK: stp x28, x27, [sp, #-16]!9  %v = alloca [288 x i32], align 410  unreachable11}12