drcjt / CSharp-80

C# AOT compiler for Z80 based computers including the TRS-80 and ZX Spectrum
https://drcjt.github.io/CSharp-80/
GNU General Public License v3.0
51 stars 3 forks source link

Finish off SSA #339

Open drcjt opened 1 year ago

drcjt commented 1 year ago

Started implementing SSA but lots left to do:

drcjt commented 1 year ago

353 adds ssa numbers to IR nodes

drcjt commented 1 year ago

Need to write automated tests Also consider refactoring liveness out of ssabuilder into a separate Liveness class

drcjt commented 1 year ago

Ideas for automated testing of SSA: