mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
0e76f8b7e0
Calculate predecessor count directly Avoid allocating a vector of small vectors merely to determine how many predecessors each basic block has. Additionally use u8 and saturating operations. The pass only needs to distinguish between [0..1] and [2..].