[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h

Chris Lattner lattner at cs.uiuc.edu
Thu Dec 22 16:46:22 PST 2005



Changes in directory llvm/include/llvm/CodeGen:

SelectionDAGNodes.h updated: 1.84 -> 1.85
---
Log message:

improve comment: mention vectors


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

 SelectionDAGNodes.h |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
diff -u llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.84 llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.85
--- llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1.84	Thu Dec 22 18:15:59 2005
+++ llvm/include/llvm/CodeGen/SelectionDAGNodes.h	Thu Dec 22 18:46:10 2005
@@ -216,9 +216,10 @@
 
     // BIT_CONVERT - Theis operator converts between integer and FP values, as
     // if one was stored to memory as integer and the other was loaded from the
-    // same address.  The source and result are required to have the same bit
-    // size (e.g. f32 <-> i32).  This can also be used for int-to-int or 
-    // fp-to-fp conversions, but that is a noop, deleted by getNode().
+    // same address (or equivalently for vector format conversions, etc).  The 
+    // source and result are required to have the same bit size (e.g. 
+    // f32 <-> i32).  This can also be used for int-to-int or fp-to-fp 
+    // conversions, but that is a noop, deleted by getNode().
     BIT_CONVERT,
     
     // FNEG, FABS, FSQRT, FSIN, FCOS - Perform unary floating point negation,






More information about the llvm-commits mailing list