afonso360 opened PR #3005 from aarch64-i128-extend
to main
:
Hey, a few more ops for i128 support
afonso360 updated PR #3005 from aarch64-i128-extend
to main
.
afonso360 updated PR #3005 from aarch64-i128-extend
to main
.
cfallin submitted PR review.
cfallin submitted PR review.
cfallin created PR review comment:
Can we clarify the logic a bit by adding a
let pass_through_lower = to_bits > 64 && !needs_lower_extend
here, then moving the move-emission below (will comment separately)?
cfallin created PR review comment:
With the above
pass_through_lower
, could we do anelse if pass_through_lower { ctx.emit(/* move */) }
here? I like that arrangement a bit better as it gives a clear separation between "produce lower register" and "produce upper register" parts of the code.
afonso360 updated PR #3005 from aarch64-i128-extend
to main
.
afonso360 requested cfallin for a review on PR #3005.
cfallin submitted PR review.
cfallin merged PR #3005.
Last updated: Nov 22 2024 at 17:03 UTC