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
+}
+



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to