summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/widen_load-2.ll
diff options
context:
space:
mode:
authorMichael Liao <michael.liao@intel.com>2012-10-23 17:34:00 +0000
committerMichael Liao <michael.liao@intel.com>2012-10-23 17:34:00 +0000
commitd9d09600ee7ffa5e8fcaf13fa5b37c144831e6c6 (patch)
tree50b9a6f65ec56436eebd72fb22d05152ee2a47df /test/CodeGen/X86/widen_load-2.ll
parentbf261f11a0142ce315e9bb5a2412419a777460a9 (diff)
downloadllvm-d9d09600ee7ffa5e8fcaf13fa5b37c144831e6c6.tar.gz
llvm-d9d09600ee7ffa5e8fcaf13fa5b37c144831e6c6.tar.bz2
llvm-d9d09600ee7ffa5e8fcaf13fa5b37c144831e6c6.tar.xz
Enable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from SSE4.1
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166486 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/widen_load-2.ll')
-rw-r--r--test/CodeGen/X86/widen_load-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/widen_load-2.ll b/test/CodeGen/X86/widen_load-2.ll
index 79aa000502..224898c1a3 100644
--- a/test/CodeGen/X86/widen_load-2.ll
+++ b/test/CodeGen/X86/widen_load-2.ll
@@ -170,7 +170,7 @@ define void @add31i8(%i8vec31* nocapture sret %ret, %i8vec31* %ap, %i8vec31* %bp
; CHECK: rot
%i8vec3pack = type { <3 x i8>, i8 }
define %i8vec3pack @rot() nounwind {
-; CHECK: movd {{-?[0-9]+}}(%rsp), {{%xmm[0-9]}}
+; CHECK: pmovzxbd {{-?[0-9]+}}(%rsp), {{%xmm[0-9]}}
entry:
%X = alloca %i8vec3pack, align 4
%rot = alloca %i8vec3pack, align 4