From 6f41435879ccf860aaceef51a2e06bf3f6d25188 Mon Sep 17 00:00:00 2001 From: Christopher Lamb Date: Fri, 10 Aug 2007 21:29:05 +0000 Subject: [PATCH] Edit README in light of previous LEA16 commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41009 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/README.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt index 4648630c974..7786f178b77 100644 --- a/lib/Target/X86/README.txt +++ b/lib/Target/X86/README.txt @@ -402,9 +402,7 @@ L4: There are 3 issues: 1. Lack of post regalloc LICM. -2. Poor sub-regclass support. That leads to inability to promote the 16-bit - arithmetic op to 32-bit and making use of leal. -3. LSR unable to reused IV for a different type (i16 vs. i32) even though +2. LSR unable to reused IV for a different type (i16 vs. i32) even though the cast would be free. //===---------------------------------------------------------------------===// -- 2.34.1