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

Try Bitwise #1115

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

Try Bitwise #1115

wants to merge 25 commits into from

Conversation

laurentder
Copy link
Collaborator

@laurentder laurentder commented Sep 23, 2024

PR to have a first test with the current implementation of integer representations in BitsVector form.
Do not merge with the master for the moment ;-)

Fixes #743

@jhjourdan
Copy link
Collaborator

Some notes about this work:

  • It would be probably necessary to have an option to opt-in this.
  • Try to use mathematical bounded integers and convert them to BV instead of doing the convert
  • Should we use type invariants to bound machine integers (then it is easy to have arithmetics on machine integeres in pearlite)

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.

Support for bitwise operations
2 participants