[InstCombine] Signed saturation patterns
[llvm-core.git] / test / CodeGen / ARM / 2010-12-07-PEIBug.ll
blob340e3f8a80ea01b7c29967adf26ae2aa6be8db7c
1 ; RUN: llc < %s -mtriple=thumbv7-apple-ios -mcpu=cortex-a9 | FileCheck %s
2 ; rdar://8728956
4 define hidden void @foo() nounwind ssp "no-frame-pointer-elim"="true" {
5 entry:
6 ; CHECK-LABEL: foo:
7 ; CHECK: mov r7, sp
8 ; CHECK-NEXT: vpush {d10, d11}
9 ; CHECK-NEXT: vpush {d8}
10   tail call void asm sideeffect "","~{d8},~{d10},~{d11}"() nounwind
11 ; CHECK: vpop {d8}
12 ; CHECK-NEXT: vpop {d10, d11}
13   ret void
16 declare hidden float @bar() nounwind readnone ssp