egraphs-good / eggcc

MIT License
42 stars 8 forks source link

Implement Tree -> RVSDG Translation #397

Closed oflatt closed 6 months ago

oflatt commented 6 months ago

This PR implements the last missing piece in the translation code, converting the Tree IR to an RVSDG. It also runs all the tests (excluding ones involving memory) on the full compiler.

oflatt commented 6 months ago

Nothing wrong with memory ops, I haven't tested it. That's my next task