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

Misc refactorings to rustc_codegen_ssa #58846

Merged
merged 18 commits into from
Mar 30, 2019
Merged

Conversation

bjorn3
Copy link
Member

@bjorn3 bjorn3 commented Mar 1, 2019

Unlike #56636 this doesn't split BuilderMethods into a lot of traits. That makes this PR twice as small and the split turned out to not be very useful anyway.

r? @eddyb

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 1, 2019
@bors
Copy link
Contributor

bors commented Mar 17, 2019

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

@oli-obk
Copy link
Contributor

oli-obk commented Mar 28, 2019

r? @oli-obk

@rust-highfive rust-highfive assigned oli-obk and unassigned eddyb Mar 28, 2019
@eddyb
Copy link
Member

eddyb commented Mar 28, 2019

Sorry about the delays, please ping me in IRC/Discord PMs (or Zulip, but its UI/UX make it harder to use), if I don't see notifications, I'm still digging myself out of the backlog, but I am around!

cg_elem: OperandRef<'tcx, &'ll Value>,
count: u64,
dest: PlaceRef<'tcx, &'ll Value>,
) -> Self {
Copy link
Member

Choose a reason for hiding this comment

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

This is neat!

@eddyb
Copy link
Member

eddyb commented Mar 28, 2019

r=me with the comment fixed

@bjorn3
Copy link
Member Author

bjorn3 commented Mar 29, 2019

Rebased and fixed comment.

@eddyb
Copy link
Member

eddyb commented Mar 29, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Mar 29, 2019

📌 Commit 35705de has been approved by eddyb

@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 Mar 29, 2019
@bors
Copy link
Contributor

bors commented Mar 29, 2019

⌛ Testing commit 35705de with merge 2671421...

bors added a commit that referenced this pull request Mar 29, 2019
Misc refactorings to rustc_codegen_ssa

Unlike #56636 this doesn't split `BuilderMethods` into a lot of traits. That makes this PR twice as small and the split turned out to not be very useful anyway.

r? @eddyb
@bors
Copy link
Contributor

bors commented Mar 30, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: eddyb
Pushing 2671421 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Mar 30, 2019
@bors bors merged commit 35705de into rust-lang:master Mar 30, 2019
@bjorn3 bjorn3 deleted the misc_cg_ssa_refactor branch March 30, 2019 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. 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.

None yet

5 participants