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

[Miscompile] Freeze needed for lshr(mul (X, 2^C + 1), C) -> add (X, lshr (X, C)) #98927

Closed
AreaZR opened this issue Jul 15, 2024 · 1 comment
Closed

Comments

@AreaZR
Copy link
Contributor

AreaZR commented Jul 15, 2024

Alive2 missed the partial undef.

Otherwise, this fold is incorrect.

Originally posted by @AtariDreams in #96324

@AreaZR AreaZR changed the title Freeze needed for lshr(mul (X, 2^C + 1), C) -> add (X, lshr (X, C)) [Miscompile] Freeze needed for lshr(mul (X, 2^C + 1), C) -> add (X, lshr (X, C)) Jul 15, 2024
@nikic
Copy link
Contributor

nikic commented Jul 15, 2024

Please do not create dummy issues for already open PRs.

@nikic nikic closed this as completed Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants