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: feature request
Issues requesting a new feature or capability
Milestone
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 following, existing commands:
llvm_extract
(which only allows scalar types)llvm_compositional_extract
(which also allows reference types).The text was updated successfully, but these errors were encountered: