From ac1fa442a76e142522e947c2163aa5e2bf23cd76 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Thu, 14 Dec 2006 19:45:32 +0000 Subject: [PATCH] This is done. llvm-svn: 32584 --- llvm/lib/Target/X86/README-SSE.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/llvm/lib/Target/X86/README-SSE.txt b/llvm/lib/Target/X86/README-SSE.txt index 4bfebc156127..fd6dd95d4957 100644 --- a/llvm/lib/Target/X86/README-SSE.txt +++ b/llvm/lib/Target/X86/README-SSE.txt @@ -535,8 +535,3 @@ to loads from constant pool. Floating point max / min are commutable when -enable-unsafe-fp-path is specified. We should turn int_x86_sse_max_ss and X86ISD::FMIN etc. into other nodes which are selected to max / min instructions that are marked commutable. - -//===---------------------------------------------------------------------===// - -Add MOVDI2SSrr and MOVDSS2DIrr to X86RegisterInfo::foldMemoryOperand() once the -recent X86 JIT regressions have been identified and fixed. -- GitLab