-
Notifications
You must be signed in to change notification settings - Fork 44
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
VPDomain Optimization: handle disequalites between constants symbolically #162
Labels
Comments
This ticket is somewhat outdated. |
reopening because there is a new plan:
|
alexandernutz
added a commit
that referenced
this issue
Sep 28, 2017
- towards containing the explosion of WeakEquivalenceEdgeLabels ..
alexandernutz
added a commit
that referenced
this issue
Sep 28, 2017
…ityRec had some special cases where it referred to mElementTVER without checking for isLiteral) - fixed/completed reduction/minimization of WeakEquivalenceEdgeLabels, should solve (at least some) termination/runtime issues
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now the disequalities between nodes in the congruence closure that represent a constant are stored explicitly.
This may or may not be relevant to practical runtime in the future. The overhead grows quadratically in the number of constants in the program.
Can we handle these disequalities symbolically?
The text was updated successfully, but these errors were encountered: