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
Do not simplify (T)bv-typed when T has smaller bit width
We must not modify the bit width of bv (and not signed/unsigned bv)
typed expressions via type casts. Make sure simplification doesn't give
rise to such expressions.
Fixes: #7426
0 commit comments