brintos

brintos / llvm-project-archived public Read only

0
0
Text · 368 B · d6405a2 Raw
19 lines · plain
1; RUN: llc -O1 -mattr=+vfp2 -mtriple=arm-linux-gnueabi < %s | FileCheck %s2; pr49393 4define void @test(ptr %x, ptr %y) nounwind {5  %1 = load double, ptr %x6  %2 = load double, ptr %y7  %3 = fsub double -0.000000e+00, %18  %4 = fcmp ugt double %2, %39  br i1 %4, label %bb1, label %bb210 11bb1:12;CHECK: vstrhi13  store double %1, ptr %y14  br label %bb215 16bb2:17  ret void18}19