brintos

brintos / llvm-project-archived public Read only

0
0
Text · 764 B · 0ef744b Raw
24 lines · plain
1; RUN: llc < %s -mtriple=armv7-none-linux-gnueabi -mattr=+neon2 3; PR50244 5%bar = type { %foo, %foo }6%foo = type { <4 x float> }7 8declare arm_aapcs_vfpcc float @aaa(ptr nocapture) nounwind readonly9 10declare arm_aapcs_vfpcc ptr @bbb(ptr, <4 x float>, <4 x float>) nounwind11 12define arm_aapcs_vfpcc void @ccc(ptr nocapture %pBuffer, i32 %numItems) nounwind {13entry:14  br i1 undef, label %return, label %bb.nph15 16bb.nph:                                           ; preds = %entry17  %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  unreachable20 21return:                                           ; preds = %entry22  ret void23}24