emoon / Score

Score! is a new programming language based on the ideas from GOAL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement CFG (Control Flow Graph) for the Assembly

emoon opened this issue · comments

In order to do good register allocation (and also as a step to prepare for LLVM support later) the assembly code needs to be generated into a CFG and then turned into SSA-form (separate issue)

One way to do this is described here: www.hipersoft.rice.edu/grads/publications/pldicfg4.pdf

Will use LLVM for this