mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[X86] Regnerate test to attempt to fix build bot failure.
llvm-svn: 317107
This commit is contained in:
parent
3b0a52e0f0
commit
7a393c87e1
@ -31,6 +31,7 @@ define double @int_to_double_rr(i32 %a) {
|
||||
; SSE2_X86-NEXT: fldl (%esp)
|
||||
; SSE2_X86-NEXT: movl %ebp, %esp
|
||||
; SSE2_X86-NEXT: popl %ebp
|
||||
; SSE2_X86-NEXT: .cfi_def_cfa %esp, 4
|
||||
; SSE2_X86-NEXT: retl
|
||||
;
|
||||
; AVX_X86-LABEL: int_to_double_rr:
|
||||
@ -47,6 +48,7 @@ define double @int_to_double_rr(i32 %a) {
|
||||
; AVX_X86-NEXT: fldl (%esp)
|
||||
; AVX_X86-NEXT: movl %ebp, %esp
|
||||
; AVX_X86-NEXT: popl %ebp
|
||||
; AVX_X86-NEXT: .cfi_def_cfa %esp, 4
|
||||
; AVX_X86-NEXT: retl
|
||||
entry:
|
||||
%0 = sitofp i32 %a to double
|
||||
@ -79,6 +81,7 @@ define double @int_to_double_rm(i32* %a) {
|
||||
; SSE2_X86-NEXT: fldl (%esp)
|
||||
; SSE2_X86-NEXT: movl %ebp, %esp
|
||||
; SSE2_X86-NEXT: popl %ebp
|
||||
; SSE2_X86-NEXT: .cfi_def_cfa %esp, 4
|
||||
; SSE2_X86-NEXT: retl
|
||||
;
|
||||
; AVX_X86-LABEL: int_to_double_rm:
|
||||
@ -96,6 +99,7 @@ define double @int_to_double_rm(i32* %a) {
|
||||
; AVX_X86-NEXT: fldl (%esp)
|
||||
; AVX_X86-NEXT: movl %ebp, %esp
|
||||
; AVX_X86-NEXT: popl %ebp
|
||||
; AVX_X86-NEXT: .cfi_def_cfa %esp, 4
|
||||
; AVX_X86-NEXT: retl
|
||||
entry:
|
||||
%0 = load i32, i32* %a
|
||||
@ -123,6 +127,7 @@ define float @int_to_float_rr(i32 %a) {
|
||||
; SSE2_X86-NEXT: movss %xmm0, (%esp)
|
||||
; SSE2_X86-NEXT: flds (%esp)
|
||||
; SSE2_X86-NEXT: popl %eax
|
||||
; SSE2_X86-NEXT: .cfi_def_cfa_offset 4
|
||||
; SSE2_X86-NEXT: retl
|
||||
;
|
||||
; AVX_X86-LABEL: int_to_float_rr:
|
||||
@ -133,6 +138,7 @@ define float @int_to_float_rr(i32 %a) {
|
||||
; AVX_X86-NEXT: vmovss %xmm0, (%esp)
|
||||
; AVX_X86-NEXT: flds (%esp)
|
||||
; AVX_X86-NEXT: popl %eax
|
||||
; AVX_X86-NEXT: .cfi_def_cfa_offset 4
|
||||
; AVX_X86-NEXT: retl
|
||||
entry:
|
||||
%0 = sitofp i32 %a to float
|
||||
@ -159,6 +165,7 @@ define float @int_to_float_rm(i32* %a) {
|
||||
; SSE2_X86-NEXT: movss %xmm0, (%esp)
|
||||
; SSE2_X86-NEXT: flds (%esp)
|
||||
; SSE2_X86-NEXT: popl %eax
|
||||
; SSE2_X86-NEXT: .cfi_def_cfa_offset 4
|
||||
; SSE2_X86-NEXT: retl
|
||||
;
|
||||
; AVX_X86-LABEL: int_to_float_rm:
|
||||
@ -170,6 +177,7 @@ define float @int_to_float_rm(i32* %a) {
|
||||
; AVX_X86-NEXT: vmovss %xmm0, (%esp)
|
||||
; AVX_X86-NEXT: flds (%esp)
|
||||
; AVX_X86-NEXT: popl %eax
|
||||
; AVX_X86-NEXT: .cfi_def_cfa_offset 4
|
||||
; AVX_X86-NEXT: retl
|
||||
entry:
|
||||
%0 = load i32, i32* %a
|
||||
|
Loading…
Reference in New Issue
Block a user