m2c icon indicating copy to clipboard operation
m2c copied to clipboard

Detect zero extension

Open simonlindholm opened this issue 5 years ago • 1 comments

E.g. (x << 24) >> 24 is a cast to u8/s8, sign depending on whether we have an arithmetical vs. logical right shift.

simonlindholm avatar Sep 18 '18 01:09 simonlindholm

Sign extensions done in 9d49ce2f9e046db3f9587ff0cf295fbf5cd13249

simonlindholm avatar Oct 11 '20 13:10 simonlindholm