From 85e96018621c8a763f9e60a62cca06b0d8475488 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 1 Mar 2010 17:43:57 +0000 Subject: [PATCH] This is now done. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97450 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/README.txt | 5 ----- 1 file changed, 5 deletions(-) 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) { -- 2.34.1