-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#3544: RV64: Mangle pc-relative addressing destining to tp (#7068)
Reuse mangle_stolen_reg_and_tp_reg() to simplify register spilling. This handles code sequence like ``` _start: lla tp, slot lw a0, 0(tp) li a7, 93 ecall slot: .long 0x5a ``` Issue: #3544
- Loading branch information
Showing
1 changed file
with
23 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters