summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-17 06:06:50 +0000
committerChris Lattner <sabre@nondot.org>2006-04-17 06:06:50 +0000
commit02440a996b522a5683ff6171da357fafc70ecdbe (patch)
tree8f448b8977329e91eb8359a41104c22d7dc3f4cf /llvm/test/Regression/CodeGen
parent2a099c04c1427647075f72cb7f5cc761b2e45072 (diff)
downloadbcm5719-llvm-02440a996b522a5683ff6171da357fafc70ecdbe.tar.gz
bcm5719-llvm-02440a996b522a5683ff6171da357fafc70ecdbe.zip
new testcase
llvm-svn: 27751
Diffstat (limited to 'llvm/test/Regression/CodeGen')
-rw-r--r--llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll6
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll b/llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll
index 6b2e6d49ad0..b696f497ed8 100644
--- a/llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll
+++ b/llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll
@@ -18,6 +18,10 @@ void %test1(<4 x int>* %P1, <4 x int>* %P2, <4 x float>* %P3) {
ret void
}
-<4 x int> %test2() {
+<4 x int> %test_30() {
ret <4 x int> <int 30, int 30, int 30, int 30>
}
+
+<4 x int> %test_29() {
+ ret <4 x int> <int 29, int 29, int 29, int 29>
+}
OpenPOWER on IntegriCloud