Winch aarch64 cmp#9018
Conversation
|
I can help reviewing this change. |
saulecabrera
left a comment
There was a problem hiding this comment.
Sorry it took me a bit to review this change. In general it looks great to me, thanks. I left one nit below which I think it makes sense to address before merging.
|
No problem, thanks for reviewing my pull request 🙂 |
Yeah, according to the docs there's a proper destination register, however, it's not currently used in the way we lower comparison operations in Winch, since we rely on the flags or in |
This PR implements wasm comparison instructions for winch targeting aarch64.
#8321