diff options
author | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2013-06-09 07:37:10 +0000 |
---|---|---|
committer | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2013-06-09 07:37:10 +0000 |
commit | 40e071c1eb3a6a57579f80b910ff7323048bbc09 (patch) | |
tree | 9989a787b1095b2a9afe2ca2f8394fd8fa2587e2 /test | |
parent | d84b17e157bb27bed236a400cccf4562d0b19d96 (diff) | |
download | external_llvm-40e071c1eb3a6a57579f80b910ff7323048bbc09.zip external_llvm-40e071c1eb3a6a57579f80b910ff7323048bbc09.tar.gz external_llvm-40e071c1eb3a6a57579f80b910ff7323048bbc09.tar.bz2 |
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.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/X86/widen_load-1.ll | 4 |
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 7536fb8..c5a61c3 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 dfaa3d6..c59cc58 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] |