aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/mmx-punpckhdq.ll
diff options
context:
space:
mode:
authorNadav Rotem <nadav.rotem@intel.com>2012-07-11 13:27:05 +0000
committerNadav Rotem <nadav.rotem@intel.com>2012-07-11 13:27:05 +0000
commit5cd95e1478ddb8f3f1efde56a1cd2db47b312d72 (patch)
tree683bcd0a23e98be9c07295045bef13008b450a22 /test/CodeGen/X86/mmx-punpckhdq.ll
parent4b24bf8da340ba30585777ab656c83752a5e3e6a (diff)
downloadexternal_llvm-5cd95e1478ddb8f3f1efde56a1cd2db47b312d72.zip
external_llvm-5cd95e1478ddb8f3f1efde56a1cd2db47b312d72.tar.gz
external_llvm-5cd95e1478ddb8f3f1efde56a1cd2db47b312d72.tar.bz2
When ext-loading and trunc-storing vectors to memory, on x86 32bit systems, allow loads/stores of 64bit values from xmm registers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160044 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/mmx-punpckhdq.ll')
-rw-r--r--test/CodeGen/X86/mmx-punpckhdq.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/mmx-punpckhdq.ll b/test/CodeGen/X86/mmx-punpckhdq.ll
index 689f7bf..206cb33 100644
--- a/test/CodeGen/X86/mmx-punpckhdq.ll
+++ b/test/CodeGen/X86/mmx-punpckhdq.ll
@@ -3,7 +3,7 @@
define void @bork(<1 x i64>* %x) {
; CHECK: bork
-; CHECK: pextrd
+; CHECK: movlpd
entry:
%tmp2 = load <1 x i64>* %x ; <<1 x i64>> [#uses=1]
%tmp6 = bitcast <1 x i64> %tmp2 to <2 x i32> ; <<2 x i32>> [#uses=1]