Conversation
914588f to
0492dc3
Compare
cfallin
left a comment
There was a problem hiding this comment.
Thanks! I think we need to add a little logic to handle large branch offsets and islands here (aarch64-specific issue, x64 doesn't need this) but otherwise LGTM.
winch/codegen/src/isa/aarch64/asm.rs
Outdated
| tmp1: Reg, | ||
| tmp2: Reg, | ||
| ) { | ||
| self.emit(Inst::JTSequence { |
Subscribe to Label ActionDetailsThis issue or pull request has been labeled: "winch"Thus the following users have been cc'd because of the following labels:
To subscribe or unsubscribe from this label, edit the |
|
Thanks for reviewing this work 🙂 Should I push the tests ? They are obviously large (13 and 12Mb). Please tell me if there is anything else that I can improve |
We have tests of the underlying parts ( |
Hey 👋
This PR implements jmp, jmp_table and branch instructions for winch targeting aarch64.
#8321