Skip to content

Commit 0963938

Browse files
Add arcp fmf to test case
1 parent f24da99 commit 0963938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/X86/repeated-fp-divisors-denorm.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ define void @two_denorm_fdivs(float %a0, float %a1, float %a2, ptr %res) {
1313
; CHECK-NEXT: movss %xmm2, 4(%rdi)
1414
; CHECK-NEXT: retq
1515
entry:
16-
%div0 = fdiv ninf float %a1, 0x37E5555500000000
16+
%div0 = fdiv arcp float %a1, 0x37E5555500000000
1717
store float %div0, ptr %res
1818
%ptr1 = getelementptr inbounds float, ptr %res, i64 1
19-
%div1 = fdiv ninf float %a2, 0x37E5555500000000
19+
%div1 = fdiv arcp float %a2, 0x37E5555500000000
2020
store float %div1, ptr %ptr1
2121
ret void
2222
}

0 commit comments

Comments
 (0)