Add a register diversion tracker.
Keep track of the current location of register values as regmove instructions are encountered throughout an EBB.
This commit is contained in:
@@ -10,6 +10,8 @@ pub mod coloring;
|
||||
|
||||
mod affinity;
|
||||
mod context;
|
||||
mod diversion;
|
||||
|
||||
pub use self::allocatable_set::AllocatableSet;
|
||||
pub use self::context::Context;
|
||||
pub use self::diversion::RegDiversions;
|
||||
|
||||
Reference in New Issue
Block a user