brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.2 KiB · 593fb93 Raw
29 lines · plain
1; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a9 %s -o /dev/null2;target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:64:128-a0:0:64-n32-S64"3;target triple = "armv7-none-linux-gnueabi"4 5define arm_aapcs_vfpcc void @foo(<4 x float> %arg) nounwind align 2 {6bb4:7  %tmp = extractelement <2 x float> undef, i32 08  br i1 undef, label %bb18, label %bb59 10bb5:                                              ; preds = %bb411  %tmp6 = fadd float %tmp, -1.500000e+0112  %tmp7 = fdiv float %tmp6, 2.000000e+0113  %tmp8 = fadd float %tmp7, 1.000000e+0014  %tmp9 = fdiv float 1.000000e+00, %tmp815  %tmp10 = fsub float 1.000000e+00, %tmp916  %tmp11 = fmul float %tmp10, 1.000000e+0117  %tmp12 = fadd float %tmp11, 1.500000e+0118  %tmp13 = fdiv float %tmp12, %tmp19  %tmp14 = insertelement <2 x float> undef, float %tmp13, i32 020  %tmp15 = shufflevector <2 x float> %tmp14, <2 x float> undef, <4 x i32> zeroinitializer21  %tmp16 = fmul <4 x float> zeroinitializer, %tmp1522  %tmp17 = fadd <4 x float> %tmp16, %arg23  store <4 x float> %tmp17, ptr undef, align 824  br label %bb1825 26bb18:                                             ; preds = %bb5, %bb427  ret void28}29