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

Allow output of intermediate forms #58

Open
lopeetall opened this issue Mar 24, 2023 · 0 comments
Open

Allow output of intermediate forms #58

lopeetall opened this issue Mar 24, 2023 · 0 comments
Assignees

Comments

@lopeetall
Copy link
Contributor

Replacing #19

Give vamp-ir users the ability to compile to intermediate forms for inspection or analysis without needing to reference a backend or trusted setup. An example use case for this is loading the intermediate form into a SMT solver for analysis.

A good first candidate is the three-address code representation (after the compiler removes dead definitions and trivial constraints).

Once we include beefier optimizations that transform the 3AC format into more specific constraint formats we can provide the option to produce these as well.

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

No branches or pull requests

4 participants