-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[RISC-V] Add branch label names to disasm #96057
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsExchanges the offset immediate value with label name in the conditional branches Sample disassembly with this PR: G_M29951_IG09: ;; offset=0x020C
ld a0, 56(fp)
beq a0, zero, G_M29951_IG10
ld a0, 56(fp)
lui t5, 519933
addiw t5, t5, 512Part of #84834
|
|
CC @BruceForstall. |
Exchanges the offset immediate value with label name in the conditional branches
Sample disassembly with this PR:
Part of #84834
cc @wscho77 @HJLeee @clamp03 @JongHeonChoi @t-mustafin @gbalykov @viewizard @ashaurtaev @brucehoult @sirntar @yurai007 @tomeksowi