-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 support for custom mir #103464
Add support for custom mir #103464
Conversation
Please do, even if we just use it as an announcement |
I'll put one up later today. I'll squash all three commits in the branch then though, will be a little bit harder to review but will more accurately represent the MVP. |
a67cdd3
to
55fff91
Compare
Squashed commits and MCP is up |
55fff91
to
a2f3649
Compare
First commit is gone since that PR merged. Marking as ready since I have no more changes planned to this PR, still might want to wait for the FCP to finish though |
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt |
@bors r+ 🚀 |
Add support for custom mir This implements rust-lang/compiler-team#564 . Details about the design, motivation, etc. can be found in there. r? `@oli-obk`
@bors r- |
Semantic conflict with my own change, will rebase and fix later today |
a2f3649
to
ba359d8
Compare
@rustbot ready |
@bors r+ |
Add support for custom mir This implements rust-lang/compiler-team#564 . Details about the design, motivation, etc. can be found in there. r? `@oli-obk`
Add support for custom mir This implements rust-lang/compiler-team#564 . Details about the design, motivation, etc. can be found in there. r? ``@oli-obk``
…earth Rollup of 9 pull requests Successful merges: - rust-lang#101005 (Migrate rustc_codegen_llvm to SessionDiagnostics) - rust-lang#103307 (Add context to compiler error message) - rust-lang#103464 (Add support for custom mir) - rust-lang#103929 (Cleanup Apple-related code in rustc_target) - rust-lang#104015 (Remove linuxkernel targets) - rust-lang#104020 (Limit efiapi calling convention to supported arches) - rust-lang#104156 (Cleanups in autoderef impl) - rust-lang#104171 (Update books) - rust-lang#104184 (Fix `rustdoc --version` when used with download-rustc) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This implements rust-lang/compiler-team#564 . Details about the design, motivation, etc. can be found in there.
r? @oli-obk