aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/X86/README.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt
index becf9a459b..9e75f8ecc0 100644
--- a/lib/Target/X86/README.txt
+++ b/lib/Target/X86/README.txt
@@ -242,27 +242,6 @@ other fast SSE modes.
//===---------------------------------------------------------------------===//
-cd Regression/CodeGen/X86
-llvm-as < setuge.ll | llc -march=x86 -mcpu=yonah -enable-x86-sse
-
-_cmp:
- subl $4, %esp
- leal 20(%esp), %eax
- movss 12(%esp), %xmm0
- leal 16(%esp), %ecx
- ucomiss 8(%esp), %xmm0
- cmovb %ecx, %eax
-1) movss (%eax), %xmm0
-1) movss %xmm0, (%esp)
- flds (%esp)
- addl $4, %esp
- ret
-
-
-1) We shouldn't load into XMM regs only to store it back.
-
-//===---------------------------------------------------------------------===//
-
Think about doing i64 math in SSE regs.
//===---------------------------------------------------------------------===//