Add a liveness analysis.

This code is best tested with larger functions with more EBBs.
Perhaps a new file-test category is in order?
This commit is contained in:
Jakob Stoklund Olesen
2017-01-13 11:42:26 -08:00
parent 05e06cb876
commit aec53ec3a9
4 changed files with 304 additions and 4 deletions

View File

@@ -3,3 +3,4 @@
//! This module contains data structures and algorithms used for register allocation.
pub mod liverange;
pub mod liveness;