summaryrefslogtreecommitdiff
path: root/lib/Target/X86/README.txt
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-03-01 17:43:57 +0000
committerDan Gohman <gohman@apple.com>2010-03-01 17:43:57 +0000
commit85e96018621c8a763f9e60a62cca06b0d8475488 (patch)
tree1f4cc91aedcaae9ddf9b95a6176a3b1a6d454dca /lib/Target/X86/README.txt
parent52fd7da29594af15650f99de2bb7e2f2872d1619 (diff)
downloadllvm-85e96018621c8a763f9e60a62cca06b0d8475488.tar.gz
llvm-85e96018621c8a763f9e60a62cca06b0d8475488.tar.bz2
llvm-85e96018621c8a763f9e60a62cca06b0d8475488.tar.xz
This is now done.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97450 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/README.txt')
-rw-r--r--lib/Target/X86/README.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt
index 3c6138bb1e..d4545a6fcf 100644
--- a/lib/Target/X86/README.txt
+++ b/lib/Target/X86/README.txt
@@ -227,11 +227,6 @@ lambda, siod, optimizer-eval, ackermann, hash2, nestedloop, strcat, and Treesor.
//===---------------------------------------------------------------------===//
-Teach the coalescer to coalesce vregs of different register classes. e.g. FR32 /
-FR64 to VR128.
-
-//===---------------------------------------------------------------------===//
-
Adding to the list of cmp / test poor codegen issues:
int test(__m128 *A, __m128 *B) {