GaloisInc / pate

Patches Assured up to Trace Equivalence
Other
14 stars 3 forks source link

Remove special case for instruction pointer in register equivalence function #247

Closed danmatichuk closed 5 months ago

danmatichuk commented 2 years ago

The function that tests for register equality explicitly ignores the instruction pointer (as we usually don't want to assume or prove anything about it). This is somewhat a conflation of concerns, as this should instead be handled by the equivalence domain.