Skip to content

Commit 1c7625b

Browse files
committed
[X86] fp-strict-scalar-fptoint-fp16.ll - regenerate VMOVSH comments
1 parent 50a27ce commit 1c7625b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/X86/fp-strict-scalar-fptoint-fp16.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ define i64 @fptosi_f16toi64(half %x) #0 {
176176
;
177177
; X86-LABEL: fptosi_f16toi64:
178178
; X86: # %bb.0:
179-
; X86-NEXT: vmovsh {{[0-9]+}}(%esp), %xmm0
179+
; X86-NEXT: vmovsh {{.*#+}} xmm0 = mem[0],zero,zero,zero,zero,zero,zero,zero
180180
; X86-NEXT: vcvttph2qq %xmm0, %xmm0
181181
; X86-NEXT: vmovd %xmm0, %eax
182182
; X86-NEXT: vpextrd $1, %xmm0, %edx
@@ -395,7 +395,7 @@ define i64 @fptoui_f16toi64(half %x) #0 {
395395
;
396396
; X86-LABEL: fptoui_f16toi64:
397397
; X86: # %bb.0:
398-
; X86-NEXT: vmovsh {{[0-9]+}}(%esp), %xmm0
398+
; X86-NEXT: vmovsh {{.*#+}} xmm0 = mem[0],zero,zero,zero,zero,zero,zero,zero
399399
; X86-NEXT: vcvttph2uqq %xmm0, %xmm0
400400
; X86-NEXT: vmovd %xmm0, %eax
401401
; X86-NEXT: vpextrd $1, %xmm0, %edx

0 commit comments

Comments
 (0)