Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / ARM / 2009-09-22-LiveVariablesBug.ll
blob0ef744bba56e2bb31814a3c1e8f1f683132706fa
1 ; RUN: llc < %s -mtriple=armv7-none-linux-gnueabi -mattr=+neon
3 ; PR5024
5 %bar = type { %foo, %foo }
6 %foo = type { <4 x float> }
8 declare arm_aapcs_vfpcc float @aaa(ptr nocapture) nounwind readonly
10 declare arm_aapcs_vfpcc ptr @bbb(ptr, <4 x float>, <4 x float>) nounwind
12 define arm_aapcs_vfpcc void @ccc(ptr nocapture %pBuffer, i32 %numItems) nounwind {
13 entry:
14   br i1 undef, label %return, label %bb.nph
16 bb.nph:                                           ; preds = %entry
17   %0 = call arm_aapcs_vfpcc  ptr @bbb(ptr undef, <4 x float> undef, <4 x float> undef) nounwind ; <ptr> [#uses=0]
18   %1 = call arm_aapcs_vfpcc  float @aaa(ptr undef) nounwind ; <float> [#uses=0]
19   unreachable
21 return:                                           ; preds = %entry
22   ret void