Uh oh!
There was an error while loading. Please reload this page.
Perform constant propagation into terminators - #60745
Conversation
69d80fc to
269ef5aComparewesleywiser
commented
May 11, 2019
@bors try |
bors
commented
May 11, 2019
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
wesleywiser
commented
May 11, 2019
@rust-timer build 7f66c41 |
rust-timer
commented
May 11, 2019
Success: Queued 7f66c41 with parent 5f1924c, comparison URL. |
rust-highfive
commented
May 11, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
May 11, 2019
☀️ Try build successful - checks-travis |
rust-timer
commented
May 11, 2019
Finished benchmarking try commit 7f66c41 |
269ef5a to
e93a0e7Comparewesleywiser
commented
May 17, 2019
r? @oli-obk |
rust-highfive
commented
May 17, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
e93a0e7 to
23ad8c5Comparewesleywiser
commented
May 18, 2019
Resolved |
oli-obk
commented
May 18, 2019
@bors r+ |
bors
commented
May 18, 2019
📌 Commit 23ad8c526be3b50f35eeffdaf0990e3888d99945 has been approved by |
bors
commented
May 19, 2019
⌛ Testing commit 23ad8c526be3b50f35eeffdaf0990e3888d99945 with merge 5337f4ab83efefcb5bcbd8e3012bc854e14933b2... |
bors
commented
May 19, 2019
💔 Test failed - checks-travis |
rust-highfive
commented
May 19, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
23ad8c5 to
ec853baCompareoli-obk
commented
May 19, 2019
@bors r+ |
bors
commented
May 19, 2019
📌 Commit ec853ba has been approved by |
…tors, r=oli-obk Perform constant propagation into terminators Perform constant propagation into MIR `Assert` and `SwitchInt` `Terminator`s which in some cases allows them to be removed by the branch simplification pass. r? @oli-obk
Rollup of 6 pull requests Successful merges: - #60590 (Test interaction of unions with non-zero/niche-filling optimization) - #60745 (Perform constant propagation into terminators) - #60895 (Enable thumbv7a-pc-windows-msvc target build end to end in rust/master) - #60908 (Fix lints handling in rustdoc) - #60960 (Stop using gensyms in HIR lowering) - #60962 (Fix data types indication) Failed merges: r? @ghost
Perform constant propagation into MIR
AssertandSwitchIntTerminators which in some cases allows them to be removed by the branch simplification pass.r? @oli-obk