Skip to content

Commit 444a0a7

Browse files
committed
fix whitespace error
1 parent 02db2fe commit 444a0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/NVPTX/mixed-precision-fp.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ define float @test_fma_f32_f16(half %a, half %b, float %c) {
176176
; CHECK-NEXT: fma.rp.sat.f32.f16 %r9, %rs1, %rs2, %r8;
177177
; CHECK-NEXT: st.param.b32 [func_retval0], %r9;
178178
; CHECK-NEXT: ret;
179-
%r1= call float @llvm.nvvm.fma.mixed.rn.f32.f16(half %a, half %b, float %c)
179+
%r1 = call float @llvm.nvvm.fma.mixed.rn.f32.f16(half %a, half %b, float %c)
180180
%r2 = call float @llvm.nvvm.fma.mixed.rz.f32.f16(half %a, half %b, float %r1)
181181
%r3 = call float @llvm.nvvm.fma.mixed.rm.f32.f16(half %a, half %b, float %r2)
182182
%r4 = call float @llvm.nvvm.fma.mixed.rp.f32.f16(half %a, half %b, float %r3)

0 commit comments

Comments
 (0)