From: Chris Lattner Date: Fri, 22 Dec 2006 22:48:44 +0000 (+0000) Subject: add a generic component to this test X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=40bf725ef14a8d2d0aab281887774395a8cdd3f7;p=oota-llvm.git add a generic component to this test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32747 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Generic/vector-identity-shuffle.ll b/test/CodeGen/Generic/vector-identity-shuffle.ll index e9b9dcf5f98..5b3de3fe765 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