afonso360 opened PR #2886 from x64-i128-shift-amt
to main
:
Fixes #2727.
We handle the i128 cases by just ignoring the upper half of the source.
cfallin submitted PR Review.
cfallin submitted PR Review.
cfallin created PR Review Comment:
Could we add some cases that test the masking as well? A simple way to do this might just be
v3 = uextend.i64 v2
/v4 = iconcat v3, v3
, i.e. extend to 64 bits then replicate the 64 bits into the low and high parts.
afonso360 updated PR #2886 from x64-i128-shift-amt
to main
.
afonso360 created PR Review Comment:
Yes, I've updated the existing test cases so that they all do that
afonso360 submitted PR Review.
cfallin submitted PR Review.
cfallin merged PR #2886.
Last updated: Nov 22 2024 at 16:03 UTC