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

Add SMTLIB field-update support to AIR #1319

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

tim-rohde
Copy link

@tim-rohde tim-rohde commented Oct 25, 2024

AIR now exposes SMT2s field-update feature for updating the fields of a datatype.
Typechecking field-update requires to distinguish between datatype accessors and other functions on structs. We have therefore equipped DeclaredX::Fun with a Boolean indicating whether the function is a datatype accessor.

We plan to simplify the SST to AIR translation of struct field updates by using SMTLIB's field-update feature.

@utaal utaal marked this pull request as ready for review October 27, 2024 13:45
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.

2 participants