ASSIGNMENT: Liveness analysis

Odprto: torek, 26. april 2022, 20.00
Rok za oddajo: torek, 3. maj 2022, 09.00

Using the template for the 10th assignment, you should implement the liveness analysis for the sequences of assembly instructions, i.e., you should compute sets of temporaries that are live on control flow graph edges leading to and leaving individual instructions.

You should upload your solution as a zip file named xxxxxxxx-10.zip where xxxxxxxx stands for you student identification number.  The contents of the uploaded zip file must have exactly the same directory structure as the template.  The uploaded zip file must contain complete source distribution (including the previous phases), but without antlr and generated files.