matt-kempster / m2c

A MIPS and PowerPC decompiler.
GNU General Public License v3.0
396 stars 48 forks source link

Compute register usage as part of FlowGraph #212

Closed zbanks closed 2 years ago

zbanks commented 2 years ago

This lays the groundwork for implementing "IR patterns", which need to (soundly) match reordered instructions.

If it's useful, my branch for doing IR pattern matching is here. I'm not sure if we should just do one big PR off of that branch instead?

The changes here aren't intended to have any output diffs, but they do change: