summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-03-09 00:30:06 +0000
committerChris Lattner <sabre@nondot.org>2008-03-09 00:30:06 +0000
commitda8de316a84d657ff1f69a95ae6861e03590da8b (patch)
tree436e67dafcadd0860e16192c9bb8efa7eb83290e
parentf9d95c8835bc4f9072c33e1f9ebaa581a4d3268d (diff)
downloadllvm-da8de316a84d657ff1f69a95ae6861e03590da8b.tar.gz
llvm-da8de316a84d657ff1f69a95ae6861e03590da8b.tar.bz2
llvm-da8de316a84d657ff1f69a95ae6861e03590da8b.tar.xz
make this test harder
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48061 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/vec_set-9.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/vec_set-9.ll b/test/CodeGen/X86/vec_set-9.ll
index d00ceff540..b73187c055 100644
--- a/test/CodeGen/X86/vec_set-9.ll
+++ b/test/CodeGen/X86/vec_set-9.ll
@@ -1,4 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86-64 | grep movd | count 1
+; RUN: llvm-as < %s | llc -march=x86-64 | grep {punpcklqdq.*%xmm0, %xmm0}
define <2 x i64> @test3(i64 %A) {
entry: