[llvm-commits] [llvm] r41009 - /llvm/trunk/lib/Target/X86/README.txt

Christopher Lamb christopher.lamb at gmail.com
Fri Aug 10 14:29:05 PDT 2007


Author: clamb
Date: Fri Aug 10 16:29:05 2007
New Revision: 41009

URL: http://llvm.org/viewvc/llvm-project?rev=41009&view=rev
Log:
Edit README in light of previous LEA16 commit.

Modified:
    llvm/trunk/lib/Target/X86/README.txt

Modified: llvm/trunk/lib/Target/X86/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/README.txt?rev=41009&r1=41008&r2=41009&view=diff

==============================================================================
--- llvm/trunk/lib/Target/X86/README.txt (original)
+++ llvm/trunk/lib/Target/X86/README.txt Fri Aug 10 16:29:05 2007
@@ -402,9 +402,7 @@
 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.
 
 //===---------------------------------------------------------------------===//





More information about the llvm-commits mailing list