-
Notifications
You must be signed in to change notification settings - Fork 13.3k
[Don't merge][test] mir niche checks #116414
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
Conversation
(cherry picked from commit d0bd0da)
|
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt This PR changes Stable MIR cc @oli-obk, @celinval, @spastorino This PR changes MIR cc @oli-obk, @RalfJung, @JakobDegen, @davidtwco, @celinval, @vakaras This PR changes Stable MIR cc @oli-obk, @celinval, @spastorino The Miri subtree was changed cc @rust-lang/miri Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 |
This comment has been minimized.
This comment has been minimized.
This PR changes Stable MIR cc @oli-obk, @celinval, @spastorino This PR changes Stable MIR cc @oli-obk, @celinval, @spastorino Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 This PR changes MIR cc @oli-obk, @RalfJung, @JakobDegen, @davidtwco, @celinval, @vakaras The Miri subtree was changed cc @rust-lang/miri |
This comment has been minimized.
This comment has been minimized.
@dianqk If you want to get CI to pass with the MIR transform in here, you probably need to add |
This comment has been minimized.
This comment has been minimized.
I just remembered that |
This comment has been minimized.
This comment has been minimized.
3bc40da
to
fdf0f70
Compare
This comment has been minimized.
This comment has been minimized.
fdf0f70
to
7c81330
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Verify completion. |
Check again due to the reimplementation of the upstream patch. |
This PR is used to test #104862.
Upstream patch: llvm/llvm-project#68190.
Discussion: https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/Implementing.20niche.20checks.
r? saethlin