Files
rust/compiler/rustc_mir_transform/src
bors 0e76f8b7e0 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..].
2025-03-12 22:33:54 +00:00
..
2025-02-08 22:12:13 +00:00
2025-02-08 22:12:13 +00:00
2025-02-08 22:12:13 +00:00
2025-03-03 23:30:18 +00:00
2025-02-22 00:13:19 +00:00
2025-02-18 12:52:56 +11:00
2025-01-11 11:34:01 +00:00
2025-02-03 12:53:57 -08:00
2025-02-22 00:13:19 +00:00
2025-02-08 22:12:13 +00:00
2025-02-22 00:13:19 +00:00
2025-02-22 00:13:19 +00:00