[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll

Chris Lattner lattner at cs.uiuc.edu
Sun Apr 16 23:07:02 PDT 2006



Changes in directory llvm/test/Regression/CodeGen/PowerPC:

vec_constants.ll updated: 1.2 -> 1.3
---
Log message:

new testcase


---
Diffs of the changes:  (+5 -1)

 vec_constants.ll |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletion(-)


Index: llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll:1.2 llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll:1.3
--- llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll:1.2	Mon Apr 17 00:58:22 2006
+++ llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll	Mon Apr 17 01:06:50 2006
@@ -18,6 +18,10 @@
         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>
+}






More information about the llvm-commits mailing list