mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 02:53:43 +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`