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

Improve codegen for the various "with overflow" intrinsics #27962

Merged
merged 1 commit into from
Aug 23, 2015

Conversation

dotdash
Copy link
Contributor

@dotdash dotdash commented Aug 23, 2015

We're currently possibly introducing an unneeded temporary, make use of
InsertValue which is said to kick us off of FastISel and we generate
loads/stores of first class aggregates, which is bad as well. Let's not
do all these things.

@rust-highfive
Copy link
Collaborator

r? @nrc

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

We're currently possibly introducing an unneeded temporary, make use of
InsertValue which is said to kick us off of FastISel and we generate
loads/stores of first class aggregates, which is bad as well. Let's not
do all these things.
@alexcrichton
Copy link
Member

@bors: r+ 274dae9

@bors
Copy link
Contributor

bors commented Aug 23, 2015

⌛ Testing commit 274dae9 with merge fbc2d04...

@bors
Copy link
Contributor

bors commented Aug 23, 2015

💔 Test failed - auto-linux-32-opt

@dotdash
Copy link
Contributor Author

dotdash commented Aug 23, 2015

@bors retry

@bors
Copy link
Contributor

bors commented Aug 23, 2015

⌛ Testing commit 274dae9 with merge 63ba780...

bors added a commit that referenced this pull request Aug 23, 2015
We're currently possibly introducing an unneeded temporary, make use of
InsertValue which is said to kick us off of FastISel and we generate
loads/stores of first class aggregates, which is bad as well. Let's not
do all these things.
@bors bors merged commit 274dae9 into rust-lang:master Aug 23, 2015
@dotdash dotdash deleted the overflow branch January 15, 2016 08:40
Sign up for free to 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.

5 participants