[llvm-commits] 	CVS: llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Sun Apr 16 23:58:28 PDT 2006
    
    
  
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>
+}
    
    
More information about the llvm-commits
mailing list