Uh oh!
There was an error while loading. Please reload this page.
[MIR] Enhance the SimplifyCfg pass to merge consecutive blocks - #33552
Conversation
rust-highfive
commented
May 11, 2016
r? @arielb1 (rust_highfive has picked a reviewer for you, use r? to override) |
bors
commented
May 11, 2016
☔ The latest upstream changes (presumably #33425) made this pull request unmergeable. Please resolve the merge conflicts. |
There was a problem hiding this comment.
Nit: I think the below here became above. Could just say in the function merge_consecutive_blocks instead.
LGTM! 👍 r=me on rebase |
There was a problem hiding this comment.
NIT: to me it seems like it ought to be a PredecessorMap::from_mir or something.
Rebased and nits addressed. @bors r=luqmana |
bors
commented
May 11, 2016
📌 Commit 1ebb07e has been approved by |
bors
commented
May 11, 2016
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
May 11, 2016
📌 Commit 1ebb07e has been approved by |
[MIR] Enhance the SimplifyCfg pass to merge consecutive blocks Updated from rust-lang#30238, including the changes suggested by @Aatch.
[MIR] Enhance the SimplifyCfg pass to merge consecutive blocks Updated from rust-lang#30238, including the changes suggested by @Aatch.
eddyb
commented
May 13, 2016
@bors r=luqmana |
bors
commented
May 13, 2016
📌 Commit 8ad6d27 has been approved by |
[MIR] Enhance the SimplifyCfg pass to merge consecutive blocks Updated from rust-lang#30238, including the changes suggested by @Aatch.
[MIR] Enhance the SimplifyCfg pass to merge consecutive blocks Updated from rust-lang#30238, including the changes suggested by @Aatch.
Updated from #30238, including the changes suggested by @Aatch.