draperlaboratory / VIBES

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

Unify collection of congruence information #144

Closed bmourad01 closed 2 years ago

bmourad01 commented 2 years ago

In the cp6 branch, we've added a KB class to hold the congruence information of temporaries that are generated inside the selector. What we should do is extend the scope of this schema to the generation of linear SSA form as well, which will simplify the way we are passing the congruence information to Minizinc.

bmourad01 commented 2 years ago

Addressed in #161