[llvm-commits] CVS: llvm/lib/Target/X86/README-SSE.txt

Evan Cheng evan.cheng at apple.com
Mon Jul 10 14:42:28 PDT 2006



Changes in directory llvm/lib/Target/X86:

README-SSE.txt updated: 1.3 -> 1.4
---
Log message:

New entry.

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

 README-SSE.txt |    3 +++
 1 files changed, 3 insertions(+)


Index: llvm/lib/Target/X86/README-SSE.txt
diff -u llvm/lib/Target/X86/README-SSE.txt:1.3 llvm/lib/Target/X86/README-SSE.txt:1.4
--- llvm/lib/Target/X86/README-SSE.txt:1.3	Wed Jun 14 16:26:18 2006
+++ llvm/lib/Target/X86/README-SSE.txt	Mon Jul 10 16:42:16 2006
@@ -693,3 +693,6 @@
 }
 
 //===---------------------------------------------------------------------===//
+
+Apply the same transformation that merged four float into a single 128-bit load
+to loads from constant pool.






More information about the llvm-commits mailing list