ASSIGNMENT: Liveness analysis

Odprto: torek, 25. april 2023, 00.00
Rok za oddajo: četrtek, 4. maj 2023, 07.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-livean.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.