Smt backend - #223
Open
mira-alford wants to merge 64 commits into
Open
Conversation
mira-alford
commented
Jul 27, 2026
katrinafyi
removed their request for review
July 27, 2026 02:02
Collaborator
Author
|
Oops, should have predicted that failure 💀 |
agle
reviewed
Jul 29, 2026
katrinafyi
reviewed
Aug 3, 2026
mira-alford
force-pushed
the
smt-backend
branch
from
August 11, 2026 00:03
b68a478 to
c9be566
Compare
mira-alford
force-pushed
the
smt-backend
branch
from
August 11, 2026 01:21
0f02bdc to
903c258
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part 1 of the smt backend, yay!
Adds a summary inlining transform which replaces all procedure summaries with asserts/assumes.
Uses this in the dump-smt command, which outputs an smt file that can currently verify basic IL programs (pure and only using primitive types). Support for fancy things like datatypes/matching are not done yet. Should be structured to check that all assertions/ensures are satisfied.
Also makes some changes to the existing smt infrastructure. Fixes some bugs with incorrect symbols for bitvector operations, and makes a mess getting ITEs working (there has to be a better way??).