[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/and_sext.ll
Chris Lattner
lattner at cs.uiuc.edu
Mon May 8 13:59:11 PDT 2006
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
and_sext.ll updated: 1.2 -> 1.3
---
Log message:
new testcase
---
Diffs of the changes: (+6 -0)
and_sext.ll | 6 ++++++
1 files changed, 6 insertions(+)
Index: llvm/test/Regression/CodeGen/PowerPC/and_sext.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/and_sext.ll:1.2 llvm/test/Regression/CodeGen/PowerPC/and_sext.ll:1.3
--- llvm/test/Regression/CodeGen/PowerPC/and_sext.ll:1.2 Sat May 6 13:15:50 2006
+++ llvm/test/Regression/CodeGen/PowerPC/and_sext.ll Mon May 8 15:58:58 2006
@@ -21,3 +21,9 @@
ret short %retval
}
+short %test3(uint %X) {
+ %tmp1 = shr uint %X, ubyte 16
+ %tmp1 = cast uint %tmp1 to short
+ ret short %tmp1
+}
+
More information about the llvm-commits
mailing list