-
Notifications
You must be signed in to change notification settings - Fork 274
byte_extract lowering: ensure type consistency [blocks: #2068] #4063
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
Conversation
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.
✔️
Passed Diffblue compatibility checks (cbmc commit: dab949a).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/100131306
Cleanup of SMT2 solver test execution and CMake support [blocks: #4063]
Make sure we construct concatenations that are type consistent.
… conversion Most of those shouldn't even be happening as more support needs to be implemented in byte_extract_lowering. Will be taken care of in follow-up commits.
dab949a
to
8c154e2
Compare
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.
✔️
Passed Diffblue compatibility checks (cbmc commit: 8c154e2).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/100895849
Only the second commit is new, the first one is #4061.