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
boolbv_widtht kept track of the offset and width of struct members, but
we never used that information. Avoid re-computing the same information
(without caching!) in convert_member_struct and thereby simplify its
implementation to the extent that inlining it made the code even
simpler. smt_convt used yet another approach via member_offset_bits when
really it should be using boolbv_widtht::get_member instead.
0 commit comments