brintos

brintos / llvm-project-archived public Read only

0
0
Text · 385 B · c598f7f Raw
14 lines · plain
1; RUN: llc -mtriple=mipsel -mattr=mips16 -relocation-model=static < %s | FileCheck %s -check-prefix=CHECK-STATIC162 3@x = common global float 0.000000e+00, align 44 5define void @foo() nounwind {6entry:7  %0 = load float, ptr @x, align 48  %1 = load float, ptr @x, align 49  %mul = fmul float %0, %110  store float %mul, ptr @x, align 411; CHECK-STATIC16: jal	__mips16_mulsf312  ret void13}14