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_index: preserve endianness when generating byte extract
byte_extract(...)[index] translated to byte_extract expressions with
config-specified endianness rather than preserving the endianness of the
original byte_extract expression. This, however, is a hardly exercised
code path as the simplifier already did a similar transformation that
did preserve endianness.
0 commit comments