From: Christopher Lamb Date: Fri, 10 Aug 2007 21:29:05 +0000 (+0000) Subject: Edit README in light of previous LEA16 commit. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6f41435879ccf860aaceef51a2e06bf3f6d25188;p=oota-llvm.git 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 --- 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. //===---------------------------------------------------------------------===//