diff options
author | Chris Lattner <sabre@nondot.org> | 2006-12-22 22:48:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-12-22 22:48:44 +0000 |
commit | 40bf725ef14a8d2d0aab281887774395a8cdd3f7 (patch) | |
tree | d4ced8245722c44d0ba2345cdd36a3be331bc5eb | |
parent | 8c5250f8ee2c49cad7cf8629a4ae67dd55a5127d (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.ll | 3 |
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 |