mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-21 02:24:22 +00:00
Last change for mips16 prolog/epilog cleanup and optimization.
Some tiny cosmetic code changes to follow. Because of the wide ranging nature of the patch a full 24 test cycle was needed to check against regression. This was the smallest patch I could make to progress from the earlier ones in the series. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197350 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -25,10 +25,9 @@ entry:
|
||||
; SR32: .set noreorder
|
||||
; SR32: .set nomacro
|
||||
; SR32: .set noat
|
||||
; SR: save $ra, $16, $17, [[FS:[0-9]+]]
|
||||
; SR: save $ra, 24 # 16 bit inst
|
||||
; PE: .ent main
|
||||
; PE: .align 2
|
||||
; PE-NEXT: li $[[T1:[0-9]+]], %hi(_gp_disp)
|
||||
; PE: li $[[T1:[0-9]+]], %hi(_gp_disp)
|
||||
; PE-NEXT: addiu $[[T2:[0-9]+]], $pc, %lo(_gp_disp)
|
||||
; PE: sll $[[T3:[0-9]+]], $[[T1]], 16
|
||||
; C1: lw ${{[0-9]+}}, %got($.str)(${{[0-9]+}})
|
||||
@ -37,7 +36,7 @@ entry:
|
||||
; C2: move $25, ${{[0-9]+}}
|
||||
; C1: move $gp, ${{[0-9]+}}
|
||||
; C1: jalrc ${{[0-9]+}}
|
||||
; SR: restore $ra, $16, $17, [[FS]]
|
||||
; SR: restore $ra, 24 # 16 bit inst
|
||||
; PE: li $2, 0
|
||||
; PE: jrc $ra
|
||||
|
||||
|
Reference in New Issue
Block a user