diff options
| author | Craig Topper <craig.topper@gmail.com> | 2016-07-22 05:00:52 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2016-07-22 05:00:52 +0000 |
| commit | f4151bea72ad4ad81b062f628a332634d09f0d40 (patch) | |
| tree | 8a75f73f584d64d082f4a8baed838470d08e772b /llvm/test/CodeGen/X86/scalar-int-to-fp.ll | |
| parent | 5ec33a94110b9cb54ab261d4e1de8b19df7d3f61 (diff) | |
| download | bcm5719-llvm-f4151bea72ad4ad81b062f628a332634d09f0d40.tar.gz bcm5719-llvm-f4151bea72ad4ad81b062f628a332634d09f0d40.zip | |
[AVX512] Add initial support for the Execution Domain fixing pass to change some EVEX instructions.
llvm-svn: 276393
Diffstat (limited to 'llvm/test/CodeGen/X86/scalar-int-to-fp.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/scalar-int-to-fp.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/scalar-int-to-fp.ll b/llvm/test/CodeGen/X86/scalar-int-to-fp.ll index 4a16c3198aa..9ea86b08f7a 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: vmovlpd %xmm0, {{[0-9]+}}(%esp) +; AVX512_32: vmovlps %xmm0, {{[0-9]+}}(%esp) ; AVX512_32: fildll ; AVX512_64: vcvtusi2ssq @@ -111,7 +111,7 @@ define float @s64_to_f(i64 %a) nounwind { ; AVX512_32: vmovd %eax, %xmm0 ; AVX512_32: vpinsrd $1, %ecx, %xmm0, %xmm0 -; AVX512_32: vmovlpd %xmm0, {{[0-9]+}}(%esp) +; AVX512_32: vmovq %xmm0, {{[0-9]+}}(%esp) ; AVX512_32: fildll {{[0-9]+}}(%esp) define float @s64_to_f_2(i64 %a) nounwind { @@ -151,7 +151,7 @@ define double @s64_to_d(i64 %a) nounwind { ; AVX512_32: vmovd %eax, %xmm0 ; AVX512_32: vpinsrd $1, %ecx, %xmm0, %xmm0 -; AVX512_32: vmovlpd %xmm0, {{[0-9]+}}(%esp) +; AVX512_32: vmovq %xmm0, {{[0-9]+}}(%esp) ; AVX512_32: fildll define double @s64_to_d_2(i64 %a) nounwind { |

