This code is best tested with larger functions with more EBBs. Perhaps a new file-test category is in order?
7 lines
153 B
Rust
7 lines
153 B
Rust
//! Register allocation.
|
|
//!
|
|
//! This module contains data structures and algorithms used for register allocation.
|
|
|
|
pub mod liverange;
|
|
pub mod liveness;
|