summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2008-02-06-LoadFoldingBug.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/2008-02-06-LoadFoldingBug.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/2008-02-06-LoadFoldingBug.ll')
-rw-r--r--llvm/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll b/llvm/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll
index 56b1c7836e1..2b4d68ce5df 100644
--- a/llvm/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll
+++ b/llvm/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s
-; CHECK: xorpd {{.*}}{{LCPI0_0|__xmm@}}
+; CHECK: xorps {{.*}}{{LCPI0_0|__xmm@}}
define void @casin({ double, double }* sret %agg.result, double %z.0, double %z.1) nounwind {
entry:
%memtmp = alloca { double, double }, align 8 ; <{ double, double }*> [#uses=3]
OpenPOWER on IntegriCloud