[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll
Chris Lattner
lattner at cs.uiuc.edu
Sun Apr 16 22:58:34 PDT 2006
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
vec_constants.ll updated: 1.1 -> 1.2
---
Log message:
New testcase
---
Diffs of the changes: (+3 -0)
vec_constants.ll | 3 +++
1 files changed, 3 insertions(+)
Index: llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll:1.1 llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll:1.2
--- llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll:1.1 Wed Apr 12 14:04:27 2006
+++ llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll Mon Apr 17 00:58:22 2006
@@ -18,3 +18,6 @@
ret void
}
+<4 x int> %test2() {
+ ret <4 x int> <int 30, int 30, int 30, int 30>
+}
More information about the llvm-commits
mailing list