[llvm-commits] CVS: llvm/lib/Target/X86/README-SSE.txt
Evan Cheng
evan.cheng at apple.com
Wed Dec 13 12:59:58 PST 2006
Changes in directory llvm/lib/Target/X86:
README-SSE.txt updated: 1.11 -> 1.12
---
Log message:
Add note.
---
Diffs of the changes: (+5 -0)
README-SSE.txt | 5 +++++
1 files changed, 5 insertions(+)
Index: llvm/lib/Target/X86/README-SSE.txt
diff -u llvm/lib/Target/X86/README-SSE.txt:1.11 llvm/lib/Target/X86/README-SSE.txt:1.12
--- llvm/lib/Target/X86/README-SSE.txt:1.11 Sun Dec 10 19:01:03 2006
+++ llvm/lib/Target/X86/README-SSE.txt Wed Dec 13 14:59:43 2006
@@ -535,3 +535,8 @@
Floating point max / min are commutable when -enable-unsafe-fp-path is
specified. We should turn int_x86_sse_max_ss and X86ISD::FMIN etc. into other
nodes which are selected to max / min instructions that are marked commutable.
+
+//===---------------------------------------------------------------------===//
+
+Add MOVDI2SSrr and MOVDSS2DIrr to X86RegisterInfo::foldMemoryOperand() once the
+recent X86 JIT regressions have been identified and fixed.
More information about the llvm-commits
mailing list