[llvm-commits] CVS: llvm/test/Regression/Jello/test-cast.ll

Chris Lattner lattner at cs.uiuc.edu
Thu Jan 16 13:44:01 PST 2003


Changes in directory llvm/test/Regression/Jello:

test-cast.ll updated: 1.2 -> 1.3

---
Log message:

Add more testcases


---
Diffs of the changes:

Index: llvm/test/Regression/Jello/test-cast.ll
diff -u llvm/test/Regression/Jello/test-cast.ll:1.2 llvm/test/Regression/Jello/test-cast.ll:1.3
--- llvm/test/Regression/Jello/test-cast.ll:1.2	Sun Jan 12 18:56:37 2003
+++ llvm/test/Regression/Jello/test-cast.ll	Thu Jan 16 13:43:11 2003
@@ -7,6 +7,10 @@
   ; cast bool to ...
   cast bool true to bool
   cast bool true to int
+  cast bool true to long
+  cast bool true to ulong
+  cast bool true to float
+  cast bool true to double
 
   ; cast sbyte to ...
   cast sbyte 0 to sbyte
@@ -46,10 +50,12 @@
   cast long 0 to double
   
   ; cast float to ...
+  ;cast float 0.0 to bool
   cast float 0.0 to float
   cast float 0.0 to double
 
   ; cast double to ...
+  ;cast double 0.0 to bool
   cast double 0.0 to sbyte
   cast double 0.0 to ubyte
   cast double 0.0 to short





More information about the llvm-commits mailing list