mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-15 20:06:46 +00:00
Add an entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76711 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f1581564b6
commit
064a6eacab
@ -537,3 +537,7 @@ Split out LDR (literal) from normal ARM LDR instruction. Also consider spliting
|
||||
LDR into imm12 and so_reg forms. This allows us to clean up some code. e.g.
|
||||
ARMLoadStoreOptimizer does not need to look at LDR (literal) and LDR (so_reg)
|
||||
while ARMConstantIslandPass only need to worry about LDR (literal).
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
We need to fix constant isel for ARMv6t2 to use MOVT.
|
||||
|
Loading…
Reference in New Issue
Block a user