Changes in directory llvm/lib/Target/X86:

README.txt updated: 1.62 -> 1.63
---
Log message:

Add an entry

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

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


Index: llvm/lib/Target/X86/README.txt
diff -u llvm/lib/Target/X86/README.txt:1.62 llvm/lib/Target/X86/README.txt:1.63
--- llvm/lib/Target/X86/README.txt:1.62 Tue Feb 28 17:38:49 2006
+++ llvm/lib/Target/X86/README.txt      Sat Mar  4 01:49:50 2006
@@ -533,3 +533,8 @@
        imull $9, 4(%esp), %eax
 
 Currently the load folding imull has a higher complexity than the LEA32 
pattern.
+
+//===---------------------------------------------------------------------===//
+
+Lower memcpy / memset to a series of SSE 128 bit move instructions when it's
+feasible.



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

Reply via email to