brintos

brintos / llvm-project-archived public Read only

0
0
Text · 730 B · f6ee605 Raw
21 lines · plain
1; RUN: llc -mtriple=armv7-eabi -mcpu=cortex-a8 < %s2; PR54103 4%0 = type { float, float, float, float }5%pln = type { %vec, float }6%vec = type { [4 x float] }7 8define arm_aapcs_vfpcc float @aaa(ptr nocapture %ustart, ptr nocapture %udir, ptr nocapture %vstart, ptr nocapture %vdir, ptr %upoint, ptr %vpoint) {9entry:10  br i1 undef, label %bb81, label %bb4811 12bb48:                                             ; preds = %entry13  %0 = call arm_aapcs_vfpcc  %0 @bbb(ptr undef, ptr %vstart, ptr undef) nounwind ; <%0> [#uses=0]14  ret float 0.000000e+0015 16bb81:                                             ; preds = %entry17  ret float 0.000000e+0018}19 20declare arm_aapcs_vfpcc %0 @bbb(ptr nocapture, ptr nocapture, ptr nocapture) nounwind21