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

Guard against overflow in constant folding for EQ rewrite rules (Fixes #5998) #6002

Merged
merged 2 commits into from
May 13, 2021

Conversation

rootjalex
Copy link
Member

Some rewrite rules in Simplify_EQ can perform incorrect rewrites because the predicate expression can overflow. Fixes #5998

@dsharletg dsharletg merged commit c61b8cb into master May 13, 2021
@rootjalex rootjalex deleted the rootjalex/fix_overflow_eq_rule branch May 13, 2021 17:43
@alexreinking alexreinking added this to the v12.0.0 milestone May 19, 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

Successfully merging this pull request may close these issues.

Simplifier fuzz test failure
5 participants