[llvm-commits] CVS: llvm/lib/Target/X86/README-SSE.txt
Evan Cheng
evan.cheng at apple.com
Thu Dec 14 21:50:54 PST 2006
Changes in directory llvm/lib/Target/X86:
README-SSE.txt updated: 1.13 -> 1.14
---
Log message:
This is done.
---
Diffs of the changes: (+0 -5)
README-SSE.txt | 5 -----
1 files changed, 5 deletions(-)
Index: llvm/lib/Target/X86/README-SSE.txt
diff -u llvm/lib/Target/X86/README-SSE.txt:1.13 llvm/lib/Target/X86/README-SSE.txt:1.14
--- llvm/lib/Target/X86/README-SSE.txt:1.13 Thu Dec 14 13:45:32 2006
+++ llvm/lib/Target/X86/README-SSE.txt Thu Dec 14 23:50:39 2006
@@ -18,11 +18,6 @@
//===---------------------------------------------------------------------===//
-Bitcast to<->from SSE registers should use movd/movq instead of going through
-the stack. Testcase here: CodeGen/X86/bitcast.ll
-
-//===---------------------------------------------------------------------===//
-
This testcase should have no SSE instructions in it, and only one load from
a constant pool:
More information about the llvm-commits
mailing list