We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722a568 commit ed9915fCopy full SHA for ed9915f
llvm/test/CodeGen/X86/fp16-libcalls.ll
@@ -73,7 +73,7 @@ define void @test_half_copysign(half %a0, half %a1, ptr %p0) nounwind {
73
; FP16-LABEL: test_half_copysign:
74
; FP16: # %bb.0:
75
; FP16-NEXT: vpbroadcastw {{.*#+}} xmm2 = [NaN,NaN,NaN,NaN,NaN,NaN,NaN,NaN]
76
-; FP16-NEXT: vpternlogd $202, %xmm1, %xmm0, %xmm2
+; FP16-NEXT: vpternlogd {{.*#+}} xmm2 = xmm1 ^ (xmm2 & (xmm0 ^ xmm1))
77
; FP16-NEXT: vmovsh %xmm2, (%rdi)
78
; FP16-NEXT: retq
79
;
0 commit comments