mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
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
This commit is contained in:
@@ -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.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
Reference in New Issue
Block a user