Changes in directory llvm/lib/Target/X86:

README.txt updated: 1.58 -> 1.59
---
Log message:

A couple of new entries.


---
Diffs of the changes:  (+9 -0)

 README.txt |    9 +++++++++
 1 files changed, 9 insertions(+)


Index: llvm/lib/Target/X86/README.txt
diff -u llvm/lib/Target/X86/README.txt:1.58 llvm/lib/Target/X86/README.txt:1.59
--- llvm/lib/Target/X86/README.txt:1.58 Mon Feb 20 13:58:27 2006
+++ llvm/lib/Target/X86/README.txt      Wed Feb 22 20:50:21 2006
@@ -497,3 +497,12 @@
        ret
 
 This will be solved when we go to a dynamic programming based isel.
+
+//===---------------------------------------------------------------------===//
+
+Make use of floating point min / max instructions. Perhaps introduce ISD::FMIN
+and ISD::FMAX node types?
+
+//===---------------------------------------------------------------------===//
+
+Select (add, x, GlobalAddress) to ADD32ri, etc. when it's appropriate.



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

Reply via email to