rust/compiler/rustc_mir_transform
Matthias Krüger f5aa456646
Rollup merge of #132022 - Zalathar:dominator-order, r=tmiasko
Move `cmp_in_dominator_order` out of graph dominator computation

Dominator-order information is only needed for coverage graphs, and is easy enough to collect by just traversing the graph again.

This avoids wasted work when computing graph dominators for any other purpose.
2024-10-22 15:28:50 +02:00
..
src Rollup merge of #132022 - Zalathar:dominator-order, r=tmiasko 2024-10-22 15:28:50 +02:00
Cargo.toml Simplify match based on the cast result of IntToInt. 2024-08-03 10:55:43 +08:00
messages.ftl coverage. Warn about too many test vectors 2024-10-08 11:15:26 +08:00