MIR counterparts to llvm_extract
and llvm_compositional_extract
#2085
Labels
subsystem: crucible-mir
Issues related to Rust verification with crucible-mir and/or mir-json
type: enhancement
Issues describing an improvement to an existing feature or capability
type: feature request
Issues requesting a new feature or capability
Currently, the MIR backend lacks a way to extract a Rust function into a SAWScript
Term
. This would be useful in tandem with theprove
andsat
commands.To do so, we should make MIR versions of the existing
llvm_extract
command (which only allows scalar types) andllvm_compositional_extract
command (which also allows reference types).The text was updated successfully, but these errors were encountered: