Edit README in light of previous LEA16 commit.

llvm-svn: 41009
This commit is contained in:
Christopher Lamb 2007-08-10 21:29:05 +00:00
parent 56c864e3fd
commit f0c236fb8a
1 changed files with 1 additions and 3 deletions

View File

@ -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.
//===---------------------------------------------------------------------===//