-
Notifications
You must be signed in to change notification settings - Fork 19
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: generalize to arbitrary bitvec width zeroextend_bigger_smaller
and truncate_of_concat_is_lsb
#221
feat: generalize to arbitrary bitvec width zeroextend_bigger_smaller
and truncate_of_concat_is_lsb
#221
Conversation
…i/LNsym into extend-arbitrary-bit-length
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, @luisacicolini!
A high-level comment: could you please use LNSym's PR template for this PR's description?
thank you for reviewing this @shigoel! Everything should be fixed now. I removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution! LGTM, but I've left some nits on how the theorem could be generalized further.
thanks @alexkeizer! I updated the theorem with your suggestions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @luisacicolini!
Description:
This PR extends
truncate_of_concat_is_lsb_64
to arbitrary-width bitvectors.Testing:
What tests have been run? Did
make all
succeed for your changes? YesWas conformance testing successful on an Aarch64 machine? yes
License:
By submitting this pull request, I confirm that my contribution is
made under the terms of the Apache 2.0 license.