GaloisInc / saw-script

The SAW scripting language.
BSD 3-Clause "New" or "Revised" License
442 stars 63 forks source link

MIR counterparts to `llvm_extract` and `llvm_compositional_extract` #2085

Open RyanGlScott opened 3 months ago

RyanGlScott commented 3 months ago

Currently, the MIR backend lacks a way to extract a Rust function into a SAWScript Term. This would be useful in tandem with the prove and sat commands.

To do so, we should make MIR versions of the following, existing commands: