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

Additional symbolic rewrites #110

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Additional symbolic rewrites #110

merged 1 commit into from
Sep 30, 2024

Conversation

ncough
Copy link
Collaborator

@ncough ncough commented Sep 26, 2024

New rewrites for:

  • Slice over integer addition
  • Slice over UInt
  • Trivial integer equivalence cases
  • Reduce (x = false) to not x

Also some attempts to move logic out of sym_prim_simplify into reusable symbolic primitives.
Plenty of room to generalise these further, in particular reasoning over integer operations.

New rewrites for:
- Slice over integer addition
- Slice over UInt
- Trivial integer equivalence cases
- Reduce (x = false) to not x

Probably some room to generalise these further.
@ncough ncough merged commit 9796e56 into partial_eval Sep 30, 2024
4 checks passed
@ncough ncough deleted the cmp_rewrites branch November 27, 2024 00:48
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