Add a LiveRange data structure.
We will track live ranges separately for each SSA value, rather than per virtual register like LLVM does. This is the basis for a register allocator, so place it in a new regalloc module.
This commit is contained in:
@@ -16,6 +16,7 @@ pub mod dominator_tree;
|
||||
pub mod entity_map;
|
||||
pub mod settings;
|
||||
pub mod verifier;
|
||||
pub mod regalloc;
|
||||
|
||||
mod write;
|
||||
mod constant_hash;
|
||||
|
||||
Reference in New Issue
Block a user