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

Eliminate ite expressions from type constraints #40

Merged
merged 2 commits into from
Jul 14, 2023

Conversation

CaelmBleidd
Copy link
Member

A partial fix for a problem when we encountered ite expression with concrete addresses as a part of type constraint. It led to a situation when we tried to translate these constraints into a logical solver and got an error because of the translation of concrete heap refs.

This request solves part of the problem: it ite contains only concrete refs, and everything works fine now. But if it contains symbolic information, it still fails.

@CaelmBleidd CaelmBleidd merged commit 3b86203 into main Jul 14, 2023
1 check passed
@CaelmBleidd CaelmBleidd deleted the caelmbleidd/ite_in_type_constraints_fix branch July 14, 2023 16:57
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.

2 participants