From 40e071c1eb3a6a57579f80b910ff7323048bbc09 Mon Sep 17 00:00:00 2001 From: Elena Demikhovsky Date: Sun, 9 Jun 2013 07:37:10 +0000 Subject: Removed PackedDouble domain from scalar instructions. Added more formats for the scalar stuff. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183626 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/uint_to_fp-2.ll | 2 +- test/CodeGen/X86/widen_load-1.ll | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/CodeGen/X86/uint_to_fp-2.ll b/test/CodeGen/X86/uint_to_fp-2.ll index 7536fb8f52..c5a61c3779 100644 --- a/test/CodeGen/X86/uint_to_fp-2.ll +++ b/test/CodeGen/X86/uint_to_fp-2.ll @@ -4,7 +4,7 @@ define float @test1(i32 %x) nounwind readnone { ; CHECK: test1 ; CHECK: movd -; CHECK: orpd +; CHECK: orps ; CHECK: subsd ; CHECK: cvtsd2ss ; CHECK: movss diff --git a/test/CodeGen/X86/widen_load-1.ll b/test/CodeGen/X86/widen_load-1.ll index dfaa3d6dc9..c59cc58f40 100644 --- a/test/CodeGen/X86/widen_load-1.ll +++ b/test/CodeGen/X86/widen_load-1.ll @@ -9,8 +9,8 @@ ; SSE: movaps %xmm0, (%rsp) ; SSE: callq killcommon -; AVX: vmovapd compl+128(%rip), %xmm0 -; AVX: vmovapd %xmm0, (%rsp) +; AVX: vmovaps compl+128(%rip), %xmm0 +; AVX: vmovaps %xmm0, (%rsp) ; AVX: callq killcommon @compl = linkonce global [20 x i64] zeroinitializer, align 64 ; <[20 x i64]*> [#uses=1] -- cgit v1.2.3