diff options
author | Christopher Lamb <christopher.lamb@gmail.com> | 2007-08-10 21:29:05 +0000 |
---|---|---|
committer | Christopher Lamb <christopher.lamb@gmail.com> | 2007-08-10 21:29:05 +0000 |
commit | 6f41435879ccf860aaceef51a2e06bf3f6d25188 (patch) | |
tree | 7919dbd44ffa9fc53da7fc0a3d36b8c1dd5f33a3 /lib | |
parent | b81337117cb589376bf60a76355581d9d103ad97 (diff) | |
download | external_llvm-6f41435879ccf860aaceef51a2e06bf3f6d25188.zip external_llvm-6f41435879ccf860aaceef51a2e06bf3f6d25188.tar.gz external_llvm-6f41435879ccf860aaceef51a2e06bf3f6d25188.tar.bz2 |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/X86/README.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt index 4648630..7786f17 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. //===---------------------------------------------------------------------===// |