You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: