comparison test/CodeGen/X86/uint64-to-float.ll @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents 1172e4bd9c6f
children 3a76565eade5
comparison
equal deleted inserted replaced
120:1172e4bd9c6f 121:803732b1fca8
11 ; X86: # BB#0: # %entry 11 ; X86: # BB#0: # %entry
12 ; X86-NEXT: pushl %ebp 12 ; X86-NEXT: pushl %ebp
13 ; X86-NEXT: movl %esp, %ebp 13 ; X86-NEXT: movl %esp, %ebp
14 ; X86-NEXT: andl $-8, %esp 14 ; X86-NEXT: andl $-8, %esp
15 ; X86-NEXT: subl $16, %esp 15 ; X86-NEXT: subl $16, %esp
16 ; X86-NEXT: movq {{.*#+}} xmm0 = mem[0],zero 16 ; X86-NEXT: movsd {{.*#+}} xmm0 = mem[0],zero
17 ; X86-NEXT: movq %xmm0, {{[0-9]+}}(%esp) 17 ; X86-NEXT: movlps %xmm0, {{[0-9]+}}(%esp)
18 ; X86-NEXT: xorl %eax, %eax 18 ; X86-NEXT: xorl %eax, %eax
19 ; X86-NEXT: cmpl $0, 12(%ebp) 19 ; X86-NEXT: cmpl $0, 12(%ebp)
20 ; X86-NEXT: setns %al 20 ; X86-NEXT: setns %al
21 ; X86-NEXT: fildll {{[0-9]+}}(%esp) 21 ; X86-NEXT: fildll {{[0-9]+}}(%esp)
22 ; X86-NEXT: fadds {{\.LCPI.*}}(,%eax,4) 22 ; X86-NEXT: fadds {{\.LCPI.*}}(,%eax,4)