brintos

brintos / llvm-project-archived public Read only

0
0
Text · 331 B · 2bdf029 Raw
14 lines · plain
1; RUN: llc < %s -mtriple=arm64-apple-ios | FileCheck %s2; rdar://128297043 4define void @t8() nounwind ssp {5; CHECK-LABEL: t8:6; CHECK-NOT: stp	fp, lr, [sp, #-16]!7; CHECK-NOT: mov	fp, sp8; CHECK: nop9; CHECK-NOT: mov	sp, fp10; CHECK-NOT: ldp	fp, lr, [sp], #1611  tail call void asm sideeffect "nop", "~{v8}"() nounwind12  ret void13}14