diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-12-07 12:10:49 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-12-07 12:10:49 +0000 |
| commit | 8893bd95f01538580eac61b65de48ee2a83d0763 (patch) | |
| tree | 621a14892cbe75af736fecea6798fdfd069fda07 /llvm/test/CodeGen/X86/scalar-int-to-fp.ll | |
| parent | eff22832c0799459f959c1aae7ce64b7aebff724 (diff) | |
| download | bcm5719-llvm-8893bd95f01538580eac61b65de48ee2a83d0763.tar.gz bcm5719-llvm-8893bd95f01538580eac61b65de48ee2a83d0763.zip | |
[X86][SSE] Consistently set MOVD/MOVQ load/store/move instructions to integer domain
We are being inconsistent with these instructions (and all their variants.....) with a random mix of them using the default float domain.
Differential Revision: https://reviews.llvm.org/D27419
llvm-svn: 288902
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 9ea86b08f7a..d39b206f3aa 100644 --- a/llvm/test/CodeGen/X86/scalar-int-to-fp.ll +++ b/llvm/test/CodeGen/X86/scalar-int-to-fp.ll @@ -75,7 +75,7 @@ define x86_fp80 @s32_to_x(i32 %a) nounwind { ; CHECK-LABEL: u64_to_f ; AVX512_32: vmovq {{.*#+}} xmm0 = mem[0],zero -; AVX512_32: vmovlps %xmm0, {{[0-9]+}}(%esp) +; AVX512_32: vmovq %xmm0, {{[0-9]+}}(%esp) ; AVX512_32: fildll ; AVX512_64: vcvtusi2ssq |

