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

feat: replace use of (evalTactic bv_omega) with a manual run of simp followed by (evalTactic omega) #195

Merged
merged 9 commits into from
Oct 9, 2024

Conversation

bollu
Copy link
Collaborator

@bollu bollu commented Sep 26, 2024

Description:

We're attempting to make simp_mem faster by controlling the evaluation of both simp and omega. Toward this, as a first step, we invoke simp ourselves.

Testing:

What tests have been run? Did make all succeed for your changes? Was
conformance testing successful on an Aarch64 machine?

Conformance succeeds.

License:

By submitting this pull request, I confirm that my contribution is
made under the terms of the Apache 2.0 license.

@bollu bollu requested a review from shigoel as a code owner September 26, 2024 18:30
@bollu bollu marked this pull request as draft September 27, 2024 20:29
@bollu bollu marked this pull request as ready for review October 4, 2024 19:05
@bollu
Copy link
Collaborator Author

bollu commented Oct 4, 2024

@alexkeizer I addressed one of your comments, and I ignored two of them, because it's not clear to me that it's the right design. I prefer YAGNI, so I'm happy with the patch as-is. What do you feel?

Copy link
Collaborator

@alexkeizer alexkeizer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shigoel shigoel merged commit ae0d779 into main Oct 9, 2024
5 checks passed
@shigoel shigoel deleted the replace-simp-mem-eval-tactic branch October 9, 2024 22:41
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.

3 participants