[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / Mips / fp16static.ll
blobc598f7fac9a275f7cf5714d98d0a5695ab40bb4c
1 ; RUN: llc -mtriple=mipsel -mattr=mips16 -relocation-model=static < %s | FileCheck %s -check-prefix=CHECK-STATIC16
3 @x = common global float 0.000000e+00, align 4
5 define void @foo() nounwind {
6 entry:
7   %0 = load float, ptr @x, align 4
8   %1 = load float, ptr @x, align 4
9   %mul = fmul float %0, %1
10   store float %mul, ptr @x, align 4
11 ; CHECK-STATIC16: jal   __mips16_mulsf3
12   ret void