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

Chris Lattner lattner at cs.uiuc.edu
Mon Apr 17 10:54:30 PDT 2006



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

vec_constants.ll updated: 1.4 -> 1.5
---
Log message:

Some more cases that can be generated with two instructions


---
Diffs of the changes:  (+9 -0)

 vec_constants.ll |    9 +++++++++
 1 files changed, 9 insertions(+)


Index: llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll:1.4 llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll:1.5
--- llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll:1.4	Mon Apr 17 01:58:16 2006
+++ llvm/test/Regression/CodeGen/PowerPC/vec_constants.ll	Mon Apr 17 12:54:18 2006
@@ -37,3 +37,12 @@
                           sbyte -104, sbyte -104, sbyte -104, sbyte -104,
                           sbyte -104, sbyte -104, sbyte -104, sbyte -104>
 }
+
+<4 x int> %test_vsldoi() {
+        ret <4 x int> <int 512, int 512, int 512, int 512>
+}
+
+<4 x int> %test_rol() {
+        ret <4 x int> <int -11534337, int -11534337, int -11534337, int -11534337>
+}
+






More information about the llvm-commits mailing list