forked from OSchip/llvm-project
parent
fd164b863f
commit
c7a243dfdd
|
@ -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