rust/compiler/rustc_mir_transform
Tomasz Miąsko 5bae3adde9 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..].
2025-03-06 00:25:46 +01:00
..
2025-03-06 00:25:46 +01:00