You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support (T)bv-typed conversion when T has smaller bit width
We can safely reduce the number of bits of a bv (and not just
signed/unsigned bv) typed expression by just cutting off
more-significant bits.
Fixes: #7426
0 commit comments