Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visit the mir basic blocks in reverse-postfix order #52067

Merged
merged 2 commits into from
Jul 7, 2018

Conversation

csmoe
Copy link
Member

@csmoe csmoe commented Jul 5, 2018

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 5, 2018
@rust-highfive

This comment has been minimized.

@nikomatsakis
Copy link
Contributor

I wonder if this means that any of the nll references can go away? @pnkfelix seemed to think it would, though it doesn't seem to have had that big an effect.

@nikomatsakis
Copy link
Contributor

Still, either way, seems like an improvement.

@nikomatsakis
Copy link
Contributor

@bors r+

I modified the comment so that this is not considered to fix the original issue, since the tests in question were not affected. We'll have to decide if we want to do more there.

@bors
Copy link
Contributor

bors commented Jul 6, 2018

📌 Commit e7e8c72 has been approved by nikomatsakis

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 6, 2018
@nikomatsakis
Copy link
Contributor

Thanks @csmoe !

Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request Jul 7, 2018
Visit the mir basic blocks in reverse-postfix order

cc rust-lang#51167
r? @nikomatsakis
bors added a commit that referenced this pull request Jul 7, 2018
Rollup of 9 pull requests

Successful merges:

 - #51901 (Rc: remove unused allocation and fix segfault in Weak::new())
 - #52058 (Use of unimplemented!() causing ICE with NLL)
 - #52067 (Visit the mir basic blocks in reverse-postfix order)
 - #52083 (Dont run ast borrowck on mir mode)
 - #52099 (fix typo in stable `--edition` error message)
 - #52103 (Stabilize rc_downcast)
 - #52104 (Remove unnecessary feature gate.)
 - #52117 (Dedupe filetime)
 - #52120 (ARM: expose the "mclass" target feature)

Failed merges:

r? @ghost
@bors bors merged commit e7e8c72 into rust-lang:master Jul 7, 2018
@csmoe csmoe deleted the issue-51167 branch July 7, 2018 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants