draperlaboratory / VIBES

Verified, Incremental, Binary Editing with Synthesis
MIT License
51 stars 1 forks source link

Check bit vector length in minizinc instruction selector #157

Open philzook58 opened 2 years ago

philzook58 commented 2 years ago

Currently it isn't. This is a choice for semantics of patterns, but maybe it is undesirable. This would either involve modifying Isel.check_exp or possibly be part of the side filter conditions of Patterns that probably need to be done anyhow.