liblisa::compare

Function encoding_dataflows_structurally_equal

pub fn encoding_dataflows_structurally_equal<A: Arch, C: PartialEq>(
    mapping: &PartIndexMapping,
    a: &Encoding<A, C>,
    b: &Encoding<A, C>,
) -> bool
Expand description

Determines if the dataflows of the encodings provided are equal, ignoring the actual computations. Only compares the overlapping parts of the covered instruction space.