summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorElena Demikhovsky <elena.demikhovsky@intel.com>2013-06-09 07:37:10 +0000
committerElena Demikhovsky <elena.demikhovsky@intel.com>2013-06-09 07:37:10 +0000
commit40e071c1eb3a6a57579f80b910ff7323048bbc09 (patch)
tree9989a787b1095b2a9afe2ca2f8394fd8fa2587e2 /test
parentd84b17e157bb27bed236a400cccf4562d0b19d96 (diff)
downloadllvm-40e071c1eb3a6a57579f80b910ff7323048bbc09.tar.gz
llvm-40e071c1eb3a6a57579f80b910ff7323048bbc09.tar.bz2
llvm-40e071c1eb3a6a57579f80b910ff7323048bbc09.tar.xz
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
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/uint_to_fp-2.ll2
-rw-r--r--test/CodeGen/X86/widen_load-1.ll4
2 files changed, 3 insertions, 3 deletions
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]