Skip to content

Commit ed9915f

Browse files
committed
[X86] fp16-libcalls.ll - regenerate test checks with vpternlog comments
1 parent 722a568 commit ed9915f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/X86/fp16-libcalls.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ define void @test_half_copysign(half %a0, half %a1, ptr %p0) nounwind {
7373
; FP16-LABEL: test_half_copysign:
7474
; FP16: # %bb.0:
7575
; FP16-NEXT: vpbroadcastw {{.*#+}} xmm2 = [NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN]
76-
; FP16-NEXT: vpternlogd $202, %xmm1, %xmm0, %xmm2
76+
; FP16-NEXT: vpternlogd {{.*#+}} xmm2 = xmm1 ^ (xmm2 & (xmm0 ^ xmm1))
7777
; FP16-NEXT: vmovsh %xmm2, (%rdi)
7878
; FP16-NEXT: retq
7979
;

0 commit comments

Comments
 (0)