Live Value Tracker.

Keep track of which values are live and dead as we move through the
instructions in an EBB.
This commit is contained in:
Jakob Stoklund Olesen
2017-02-06 16:54:29 +01:00
parent 6567eca21e
commit e3480987bd
4 changed files with 260 additions and 0 deletions

View File

@@ -25,4 +25,5 @@ mod constant_hash;
mod predicates;
mod legalizer;
mod ref_slice;
mod partition_slice;
mod packed_option;