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
Add support for converting integer constants into bit vectors
This is required for the following refactor because it requires all
sub-expressions to be convertible to smt terms whereas the current
implementation only requires sub expressions which are recursed into to
be convertible. These integer constants which need converting can be
found as sub expressions of extract bits expressions.
0 commit comments