-
-
Notifications
You must be signed in to change notification settings - Fork 33.6k
GH-135904: Implement assembler optimization for AArch64. #139855
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
Removes a number of unnecessary branches. Change-Id: I4965fe8d8b79f7d859ff9076d9c53f3ac7f094b2
7dff6cc to
4abdaa1
Compare
|
It looks like there are three issues here:
|
… Add Windows 19 bit jump relocation. Change-Id: Ib15ce7ab0de315c4dc1f544d600ae669024a4a6d
diegorusso
left a comment
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.
Thanks for the PR and for finally implement this. It was in my todo list for long time :) @brandtbucher would be happy to see this implemented.
Of course this is OK (I've reviewed this internally at Arm)
|
Implements #135904 for AArch64 to match the optimisation for x86.
Removes a number of unnecessary branches.