pub fn graph_color(
intervals: &[LiveInterval],
allocatable: &[PReg],
) -> RegAllocResultExpand description
Chaitin-Briggs style graph-coloring allocator.
The returned type matches linear-scan, so spill/reload insertion and allocation application can remain unchanged.