summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-12-15 16:05:29 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-12-15 16:05:29 +0000
commitd7518896fff080d49d4c04e38af691b12be93e14 (patch)
treebddc42147251704235c03a415234d2611ca9afe9 /llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll
parent879a657680e808a8a0eeb6b45eaaaf635a91048d (diff)
downloadbcm5719-llvm-d7518896fff080d49d4c04e38af691b12be93e14.tar.gz
bcm5719-llvm-d7518896fff080d49d4c04e38af691b12be93e14.zip
[X86][SSE] Fix domains for VZEXT_LOAD type instructions
Add the missing domain equivalences for movss, movsd, movd and movq zero extending loading instructions. Differential Revision: https://reviews.llvm.org/D27684 llvm-svn: 289825
Diffstat (limited to 'llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll')
-rw-r--r--llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll b/llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll
index 4ba4d17c85b..8c962b682cd 100644
--- a/llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll
+++ b/llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll
@@ -397,7 +397,7 @@ define <4 x float> @PR31296(i8* %in) {
; X32-LABEL: PR31296:
; X32: # BB#0: # %entry
; X32-NEXT: movl {{[0-9]+}}(%esp), %eax
-; X32-NEXT: vmovd {{.*#+}} xmm0 = mem[0],zero,zero,zero
+; X32-NEXT: vmovss {{.*#+}} xmm0 = mem[0],zero,zero,zero
; X32-NEXT: vmovaps {{.*#+}} xmm1 = <0,1,u,u>
; X32-NEXT: vpermil2ps {{.*#+}} xmm0 = xmm0[0],xmm1[0,0,1]
; X32-NEXT: retl
OpenPOWER on IntegriCloud