[llvm-commits] CVS: llvm/docs/CodeGenerator.html

Chris Lattner lattner at cs.uiuc.edu
Sun Apr 24 17:39:09 PDT 2005



Changes in directory llvm/docs:

CodeGenerator.html updated: 1.12 -> 1.13
---
Log message:

fix some bugs


---
Diffs of the changes:  (+3 -2)

 CodeGenerator.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Index: llvm/docs/CodeGenerator.html
diff -u llvm/docs/CodeGenerator.html:1.12 llvm/docs/CodeGenerator.html:1.13
--- llvm/docs/CodeGenerator.html:1.12	Sun Apr 24 15:56:18 2005
+++ llvm/docs/CodeGenerator.html	Sun Apr 24 19:38:52 2005
@@ -769,7 +769,8 @@
 <ol>
 <li><p>Convert values of unsupported types to values of supported types.</p>
     <p>There are two main ways of doing this: promoting a small type to a larger
-       type (e.g. f32 -> f64, or i16 -> i32), and demoting larg integer types
+       type (e.g. f32 -> f64, or i16 -> i32), and breaking up large 
+       integer types
        to smaller ones (e.g. implementing i64 with i32 operations where
        possible).  Type conversions can insert sign and zero extensions as 
        needed to make sure that the final code has the same behavior as the 
@@ -991,7 +992,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/04/24 20:56:18 $
+  Last modified: $Date: 2005/04/25 00:38:52 $
 </address>
 
 </body>






More information about the llvm-commits mailing list