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

Add congruence constraints for nodes #877

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

daniel-larraz
Copy link
Contributor

Select pairs of calls (C1, C2) to the same node N, and assert SoFar(I1=I2) => O1=O2 where I1 and O1 are the inputs and the outputs of call C1, and I2 and O2 are the inputs and the outputs of call C2.

The current implementation pairs calls to node N called by the top node with calls to node N called by direct subnodes of the top node that are abstract in the current analysis.

It includes an optimization that makes the outputs of two calls unconditionally equal when the provided inputs are syntactically equal.

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.

1 participant