summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll')
-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