-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[LoongArch64] change instructions in IMAGE_REL_LOONGARCH64_PC & fix genCodeForJumpCompare #103399
Conversation
…on in CodeGen::genCodeForJumpCompare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, @jakobbotsch @MichalStrehovsky
This PR is the first patch before pushing the Native-AOT for LoongArch64, which followed the llvm's relocation.
LGTM
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes under tools look good to me!
Hi, @jakobbotsch |
Hi, @jakobbotsch |
both @filipnavara and I are looking forward to it. 😉 |
we will push the second PR later. |
Change pcaddu12i to pcalau12i in relocation IMAGE_REL_LOONGARCH64_PC.
Fix GT_CNS_INT generation in CodeGen::genCodeForJumpCompare.