From f4151bea72ad4ad81b062f628a332634d09f0d40 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Fri, 22 Jul 2016 05:00:52 +0000 Subject: [AVX512] Add initial support for the Execution Domain fixing pass to change some EVEX instructions. llvm-svn: 276393 --- llvm/test/CodeGen/X86/scalar-int-to-fp.ll | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/test/CodeGen/X86/scalar-int-to-fp.ll') 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 { -- cgit v1.2.3