From 2c4e9c8a3dd1a64427b57fcf5fd8befe76903ea1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 17 Apr 2006 06:58:16 +0000 Subject: [PATCH] New testcases git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27753 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/vec_constants.ll | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/CodeGen/PowerPC/vec_constants.ll b/test/CodeGen/PowerPC/vec_constants.ll index b696f497ed8..aea5294bd1c 100644 --- a/test/CodeGen/PowerPC/vec_constants.ll +++ b/test/CodeGen/PowerPC/vec_constants.ll @@ -25,3 +25,15 @@ void %test1(<4 x int>* %P1, <4 x int>* %P2, <4 x float>* %P3) { <4 x int> %test_29() { ret <4 x int> } + +<8 x short> %test_n30() { + ret <8 x short> +} + +<16 x sbyte> %test_n104() { + ret <16 x sbyte> +} -- 2.34.1