mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
b1691f6413
Perform SimplifyLocals before ConstProp. MIR before `ConstProp` may have a lot of dead writes, this makes `ConstProp` do unnecessary work. r? `@ghost`