From: Dan Gohman Date: Mon, 1 Mar 2010 17:43:57 +0000 (+0000) Subject: This is now done. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=85e96018621c8a763f9e60a62cca06b0d8475488;p=oota-llvm.git This is now done. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97450 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt index 3c6138bb1e6..d4545a6fcfd 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) {