hashc icon indicating copy to clipboard operation
hashc copied to clipboard

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

Open feds01 opened this issue 1 year ago • 0 comments

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

feds01 avatar Oct 18 '23 21:10 feds01