Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect zero extension #16

Open
simonlindholm opened this issue Sep 18, 2018 · 1 comment
Open

Detect zero extension #16

simonlindholm opened this issue Sep 18, 2018 · 1 comment

Comments

@simonlindholm
Copy link
Collaborator

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

@simonlindholm
Copy link
Collaborator Author

Sign extensions done in 9d49ce2

@simonlindholm simonlindholm changed the title Detect sign/zero extension Detect zero extension Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant