Skip to content

[MIR] Enhance the SimplifyCfg pass to merge consecutive blocks - #33552

Merged
bors merged 1 commit into
rust-lang:masterfrom
dotdash:scfg
May 14, 2016
Merged

[MIR] Enhance the SimplifyCfg pass to merge consecutive blocks#33552
bors merged 1 commit into
rust-lang:masterfrom
dotdash:scfg

Conversation

@dotdash

Copy link
Copy Markdown
Contributor

Updated from #30238, including the changes suggested by @Aatch.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @arielb1

(rust_highfive has picked a reviewer for you, use r? to override)

@bors

bors commented May 11, 2016

Copy link
Copy Markdown
Collaborator

☔ The latest upstream changes (presumably #33425) made this pull request unmergeable. Please resolve the merge conflicts.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: I think the below here became above. Could just say in the function merge_consecutive_blocks instead.

@luqmana

luqmana commented May 11, 2016

Copy link
Copy Markdown
Contributor

LGTM! 👍

r=me on rebase

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT: to me it seems like it ought to be a PredecessorMap::from_mir or something.

@dotdash

dotdash commented May 11, 2016

Copy link
Copy Markdown
ContributorAuthor

Rebased and nits addressed.

@bors r=luqmana

@bors

bors commented May 11, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 1ebb07e has been approved by luqman

@bors

bors commented May 11, 2016

Copy link
Copy Markdown
Collaborator

💡 This pull request was already approved, no need to approve it again.

@bors

bors commented May 11, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 1ebb07e has been approved by luqmana

@eddybeddyb mentioned this pull request May 12, 2016
Manishearth added a commit to Manishearth/rust that referenced this pull request May 12, 2016
[MIR] Enhance the SimplifyCfg pass to merge consecutive blocks
Updated from rust-lang#30238, including the changes suggested by @Aatch.
@eddybeddyb mentioned this pull request May 12, 2016
eddyb added a commit to eddyb/rust that referenced this pull request May 12, 2016
[MIR] Enhance the SimplifyCfg pass to merge consecutive blocks
Updated from rust-lang#30238, including the changes suggested by @Aatch.
@eddybeddyb mentioned this pull request May 12, 2016
bors added a commit that referenced this pull request May 12, 2016
@eddyb

Copy link
Copy Markdown
Contributor

@bors r=luqmana

@bors

bors commented May 13, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 8ad6d27 has been approved by luqmana

@eddybeddyb mentioned this pull request May 13, 2016
eddyb added a commit to eddyb/rust that referenced this pull request May 13, 2016
[MIR] Enhance the SimplifyCfg pass to merge consecutive blocks
Updated from rust-lang#30238, including the changes suggested by @Aatch.
Manishearth added a commit to Manishearth/rust that referenced this pull request May 14, 2016
[MIR] Enhance the SimplifyCfg pass to merge consecutive blocks
Updated from rust-lang#30238, including the changes suggested by @Aatch.
bors added a commit that referenced this pull request May 14, 2016
Rollup of 9 pull requests
- Successful merges: #33544, #33552, #33554, #33555, #33560, #33566, #33572, #33574, #33576
- Failed merges:
@bors
bors merged commit 8ad6d27 into rust-lang:masterMay 14, 2016
@dotdash
dotdash deleted the scfg branch May 17, 2016 03:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@dotdash@rust-highfive@bors@luqmana@eddyb@nagisa@arielb1