hash-org / hashc

The Hash programming language compiler :zap:
https://hash-org.github.io/hashc/
MIT License
26 stars 2 forks source link

Implement an SSA pass on the IR as part of lowering optimisation #1025

Open feds01 opened 1 year ago

feds01 commented 1 year ago

This pass will re-write the IR into SSA form so that things like liveness checking and register allocations can be more easily implemented.