diff options
| author | Ayman Musa <ayman.musa@intel.com> | 2017-04-26 07:08:44 +0000 |
|---|---|---|
| committer | Ayman Musa <ayman.musa@intel.com> | 2017-04-26 07:08:44 +0000 |
| commit | d9fb1578450fe9deaccd65ebc8b059dbaf30b0d4 (patch) | |
| tree | a9922f5daba338f7be9bd7aa30355baa1e947d91 /llvm/test/CodeGen/X86/scalar-int-to-fp.ll | |
| parent | 17a2b694c00751908e62b27db099d3e8c0f955e0 (diff) | |
| download | bcm5719-llvm-d9fb1578450fe9deaccd65ebc8b059dbaf30b0d4.tar.gz bcm5719-llvm-d9fb1578450fe9deaccd65ebc8b059dbaf30b0d4.zip | |
[X86][SSE2] Fix asm string for movq (Move Quadword) instruction.
Replace "mov{d|q}" with "movq".
Differential Revision: https://reviews.llvm.org/D32220
llvm-svn: 301386
Diffstat (limited to 'llvm/test/CodeGen/X86/scalar-int-to-fp.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/scalar-int-to-fp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/scalar-int-to-fp.ll b/llvm/test/CodeGen/X86/scalar-int-to-fp.ll index 2b19d02ba8b..c99d3494b8e 100644 --- a/llvm/test/CodeGen/X86/scalar-int-to-fp.ll +++ b/llvm/test/CodeGen/X86/scalar-int-to-fp.ll @@ -536,7 +536,7 @@ define double @u64_to_d(i64 %a) nounwind { ; ; SSE2_64-LABEL: u64_to_d: ; SSE2_64: # BB#0: -; SSE2_64-NEXT: movd %rdi, %xmm1 +; SSE2_64-NEXT: movq %rdi, %xmm1 ; SSE2_64-NEXT: punpckldq {{.*#+}} xmm1 = xmm1[0],mem[0],xmm1[1],mem[1] ; SSE2_64-NEXT: subpd {{.*}}(%rip), %xmm1 ; SSE2_64-NEXT: pshufd {{.*#+}} xmm0 = xmm1[2,3,0,1] |

