[llvm-commits] CVS: llvm/lib/Target/X86/README.txt
Evan Cheng
evan.cheng at apple.com
Fri Apr 14 00:24:21 PDT 2006
Changes in directory llvm/lib/Target/X86:
README.txt updated: 1.87 -> 1.88
---
Log message:
New 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.87 llvm/lib/Target/X86/README.txt:1.88
--- llvm/lib/Target/X86/README.txt:1.87 Thu Apr 13 00:09:45 2006
+++ llvm/lib/Target/X86/README.txt Fri Apr 14 02:24:04 2006
@@ -810,3 +810,8 @@
How about andps, andpd, and pand? Do we really care about the type of the packed
elements? If not, why not always use the "ps" variants which are likely to be
shorter.
+
+//===---------------------------------------------------------------------===//
+
+Make sure XMM registers are spilled to 128-bit locations (if not already) and
+add vector SSE opcodes to X86RegisterInfo::foldMemoryOperand().
More information about the llvm-commits
mailing list