]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #66074 - wesleywiser:test_run_const_prop, r=oli-obk
authorbors <bors@rust-lang.org>
Tue, 19 Nov 2019 04:38:47 +0000 (04:38 +0000)
committerbors <bors@rust-lang.org>
Tue, 19 Nov 2019 04:38:47 +0000 (04:38 +0000)
commitd1da8023dafd3e277b5a4c5475aa2cb199a176b9
treed13a2f1b6389d4de19065ba4cd9042832d80d2bd
parent5c5a1209583d5ac0de67f57e0f1cd8ca28aa6c05
parentdb5fc10c21f7ee8ef7649628ae37e6481b8ca14c
Auto merge of #66074 - wesleywiser:test_run_const_prop, r=oli-obk

[mir-opt] Turn on the `ConstProp` pass by default

perf.rlo shows that running the `ConstProp` pass results in
across-the-board wins regardless of debug or opt complilation mode. As a
result, we're turning it on to get the compile time benefits.
src/librustc_mir/transform/const_prop.rs