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

copy the optimization passes from clang #7466

Closed
wants to merge 1 commit into from
Closed

copy the optimization passes from clang #7466

wants to merge 1 commit into from

Conversation

thestinger
Copy link
Contributor

No description provided.

@emberian
Copy link
Member

benchmark

@thestinger
Copy link
Contributor Author

cc @Aatch

bors added a commit that referenced this pull request Jun 28, 2013
@Aatch
Copy link
Contributor

Aatch commented Jun 29, 2013

Awesome, all looks fine. I copied the original pass set from the opt tool, didn't think clang would do much different. Turns out I was wrong...

@bors bors closed this Jun 29, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 29, 2021
…s, r=flip1995

Use diagnostic items where possible

Clippy still uses a bunch of paths in places that could easily use already defined diagnostic items. This PR updates all references to such paths and also removes a bunch of them that are no longer needed after this cleanup.

Some paths are also used to construct new paths and can therefore not be removed that easily. I've added a doc comment to those instances that recommends the use of the diagnostic item where possible.

And that's it, cleaning crew signing off 🧹 🗑️

---

changelog: none

(only internal improvements)

cc: rust-lang#5393
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.

4 participants