Changes in directory llvm/test/Regression/CodeGen/PowerPC:
vec_constants.ll updated: 1.3 -> 1.4 --- Log message: New testcases --- Diffs of the changes: (+12 -0) vec_constants.ll | 12 ++++++++++++ 1 files changed, 12 insertions(+) Index: llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll diff -u llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll:1.3 llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll:1.4 --- llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll:1.3 Mon Apr 17 01:06:50 2006 +++ llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll Mon Apr 17 01:58:16 2006 @@ -25,3 +25,15 @@ <4 x int> %test_29() { ret <4 x int> <int 29, int 29, int 29, int 29> } + +<8 x short> %test_n30() { + ret <8 x short> <short -30, short -30, short -30, short -30, + short -30, short -30, short -30, short -30> +} + +<16 x sbyte> %test_n104() { + ret <16 x sbyte> <sbyte -104, sbyte -104, sbyte -104, sbyte -104, + sbyte -104, sbyte -104, sbyte -104, sbyte -104, + sbyte -104, sbyte -104, sbyte -104, sbyte -104, + sbyte -104, sbyte -104, sbyte -104, sbyte -104> +} _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits