Skip to content

Newtype structs as immediates #7543

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

Closed
wants to merge 2 commits into from

Conversation

sanxiyn
Copy link
Member

@sanxiyn sanxiyn commented Jul 2, 2013

Fix #6612. Rebase of #6725. Fixed an additional bug and added a test.

@pcwalton
Copy link
Contributor

pcwalton commented Jul 2, 2013

Yay, good fix!

@emberian
Copy link
Member

emberian commented Jul 2, 2013

benchmark

@sanxiyn
Copy link
Member Author

sanxiyn commented Jul 4, 2013

Build failed with "llvm-mc: No such file or directory". Any idea?

@thestinger
Copy link
Contributor

@sanxiyn: I pushed a commit forcing an LLVM rebuild to master, we'll see if that fixes it.

bors added a commit that referenced this pull request Jul 4, 2013
Fix #6612. Rebase of #6725. Fixed an additional bug and added a test.
@bors bors closed this Jul 4, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Sep 3, 2021
Add module_style lint to style

changelog: Add new [`module_style`] style lint

This is a configurable (no mod file/mod file) lint that determines if `mod.rs` is used consistently or if `mod.rs` is never used (using the new mod layout).
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.

Small structs should be passed in registers
6 participants