aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-12-22 22:48:44 +0000
committerChris Lattner <sabre@nondot.org>2006-12-22 22:48:44 +0000
commit40bf725ef14a8d2d0aab281887774395a8cdd3f7 (patch)
treed4ced8245722c44d0ba2345cdd36a3be331bc5eb
parent8c5250f8ee2c49cad7cf8629a4ae67dd55a5127d (diff)
add a generic component to this test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32747 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/Generic/vector-identity-shuffle.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/vector-identity-shuffle.ll b/test/CodeGen/Generic/vector-identity-shuffle.ll
index e9b9dcf5f9..5b3de3fe76 100644
--- a/test/CodeGen/Generic/vector-identity-shuffle.ll
+++ b/test/CodeGen/Generic/vector-identity-shuffle.ll
@@ -1,5 +1,6 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mcpu=g5 | grep test: &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mcpu=g5 | not grep vperm
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mcpu=g5 | not grep vperm &&
+; RUN: llvm-upgrade < %s | llvm-as | llc
void %test(<4 x float> *%tmp2.i) {
%tmp2.i = load <4x float>* %tmp2.i