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
Simplify byte_extract(byte_update(...)) when extracting from update
We can simplify byte_extract(byte_update(op, offset_u, value),
offset_e)) to byte_extract(value, offset_e - offset_u) when the
extracted range fully lies within the updated value.
This simplification applies on our
havoc_slice/test_struct_union_{b,d}_slice.desc tests.
0 commit comments