mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
New entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35206 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bf2c8b3c96
commit
5603dcf21e
@ -154,3 +154,16 @@ is done, we should save R3 to a high callee saved reg at emitPrologue time
|
||||
(when hasFP is true or stack size is large) and restore R3 from that register
|
||||
instead. This allows us to at least get rid of the save to r12 everytime it is
|
||||
used.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
Poor codegen test/CodeGen/ARM/select.ll f7:
|
||||
|
||||
ldr r5, LCPI1_0
|
||||
LPC0:
|
||||
add r5, pc
|
||||
ldr r6, LCPI1_1
|
||||
ldr r2, LCPI1_2
|
||||
cpy r3, r6
|
||||
cpy lr, pc
|
||||
bx r5
|
||||
|
Loading…
Reference in New Issue
Block a user