mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-07 04:40:11 +00:00

make mir dataflow graphviz dumps opt-in This should save some MIR traversals and allocations that are not really needed. Small win but noticeable locally. Let's see what LTO/PGO say. r? `@ghost`