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

Query solver to strip more writes #277

Closed
msooseth opened this issue Jun 20, 2023 · 1 comment
Closed

Query solver to strip more writes #277

msooseth opened this issue Jun 20, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@msooseth
Copy link
Collaborator

Instead of only applying static top-level simplification to stripWrites, we can also call a full-on SMT solver (perhaps with some time-tick timeout), to simplify not only at top-level some sub-expression(s). The code currently applies a bunch of top-level heuristics/rewrites here:

stripWrites :: W256 -> W256 -> Expr Buf -> Expr Buf

@msooseth msooseth added the enhancement New feature or request label Jun 23, 2023
@msooseth
Copy link
Collaborator Author

msooseth commented Sep 7, 2023

Some of this is being fixed with #367 . The rest I plan to fix with #331

@msooseth msooseth closed this as completed Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant