egraphs-good / eggcc

MIT License
51 stars 11 forks source link

Fix several extraction bugs, enable function inlining #536

Closed oflatt closed 6 months ago

oflatt commented 6 months ago

This PR fixes several bugs in extraction, and also includes some fixes to function inlining from @kirstenmg, which allowed us to discover these bugs.

I also had to disable load eliminations because it violated the weakly linear invariant.