summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vec_compare-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
commit1be96bb5ce8735ef92a36c4bdd1fcb0089ee171b (patch)
treed21955f6d2ee7b6da4e7fbbf14777a68259d5a40 /llvm/test/CodeGen/X86/vec_compare-2.ll
parentc33f622c6f7bda2771faab5b389c9ad191da4c30 (diff)
downloadbcm5719-llvm-1be96bb5ce8735ef92a36c4bdd1fcb0089ee171b.tar.gz
bcm5719-llvm-1be96bb5ce8735ef92a36c4bdd1fcb0089ee171b.zip
Enable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from SSE4.1
llvm-svn: 166486
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_compare-2.ll')
-rw-r--r--llvm/test/CodeGen/X86/vec_compare-2.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/vec_compare-2.ll b/llvm/test/CodeGen/X86/vec_compare-2.ll
index 46d6a23554f..4da79538dbf 100644
--- a/llvm/test/CodeGen/X86/vec_compare-2.ll
+++ b/llvm/test/CodeGen/X86/vec_compare-2.ll
@@ -10,8 +10,7 @@ define void @blackDespeckle_wrapper(i8** %args_list, i64* %gtid, i64 %xend) {
entry:
; CHECK: cfi_def_cfa_offset
; CHECK-NOT: set
-; CHECK: punpcklwd
-; CHECK: pshufd
+; CHECK: pmovzxwq
; CHECK: pshufb
%shr.i = ashr <4 x i32> zeroinitializer, <i32 3, i32 3, i32 3, i32 3> ; <<4 x i32>> [#uses=1]
%cmp318.i = sext <4 x i1> zeroinitializer to <4 x i32> ; <<4 x i32>> [#uses=1]
OpenPOWER on IntegriCloud