Add mir_equal
and jvm_equal
commands, similar to llvm_equal
#1998
Labels
subsystem: crucible-jvm
Issues related to Java verification with crucible-jvm
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
The LLVM backend includes an
llvm_equal
command for equating two values:Under the hood,
llvm_equal
desugars toSetupCond_Equal
. As it turns out, the JVM and MIR backends handleSetupCond_Equal
internally as well, but neither backend offers ajvm_equal
ormir_equal
function to let users actually make use of it. We should add these functions.The text was updated successfully, but these errors were encountered: