-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Add a MIR pass manager (Taylor's Version) #91475
Merged
Merged
Commits on Dec 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 386b1c5 - Browse repository at this point
Copy the full SHA 386b1c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0de634 - Browse repository at this point
Copy the full SHA a0de634View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1a501b - Browse repository at this point
Copy the full SHA c1a501bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd18b45 - Browse repository at this point
Copy the full SHA fd18b45View commit details -
Configuration menu - View commit details
-
Copy full SHA for fca642c - Browse repository at this point
Copy the full SHA fca642cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71dd542 - Browse repository at this point
Copy the full SHA 71dd542View commit details -
Skip shim passes if they've already been run
Looks like Generator drop shims already have `post_borrowck_cleanup` run on them. That's a bit surprising, since it means they're getting const- and maybe borrow-checked? This merits further investigation, but for now just preserve the status quo.
Configuration menu - View commit details
-
Copy full SHA for 42e31ff - Browse repository at this point
Copy the full SHA 42e31ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc5feeb - Browse repository at this point
Copy the full SHA dc5feebView commit details -
EarlyOtherwiseBranch
requires-Zunsound-mir-opts
The noopt test never actually ran the pass
Configuration menu - View commit details
-
Copy full SHA for 7bc5eca - Browse repository at this point
Copy the full SHA 7bc5ecaView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.