Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #138076 - tmiasko:pred-count, r=matthewjasper
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..].