-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[MIR] Avoid some code generation for stores of ZST #30848
Conversation
8aece30
to
2265f32
Compare
Updated. |
@@ -160,7 +160,6 @@ impl<'bcx, 'tcx> MirContext<'bcx, 'tcx> { | |||
// stack. | |||
|
|||
let o = self.trans_operand(bcx, operand); | |||
self.store_operand(bcx, lldest, o); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops!
2265f32
to
20618d0
Compare
@bors r+ |
📌 Commit 20618d0 has been approved by |
⌛ Testing commit 20618d0 with merge dce34e7... |
⛄ The build was interrupted to prioritize another pull request. |
⌛ Testing commit 20618d0 with merge e5bab5d... |
💔 Test failed - auto-linux-64-nopt-t |
@bors retry |
⚡ Previous build results for auto-linux-32-nopt-t, auto-linux-32-opt, auto-linux-64-debug-opt, auto-linux-cross-opt, auto-linux-musl-64-opt, auto-mac-32-opt, auto-mac-64-nopt-t, auto-mac-64-opt, auto-win-msvc-32-opt are reusable. Rebuilding only auto-linux-64-nopt-t, auto-linux-64-opt, auto-linux-64-x-android-t, auto-win-gnu-32-nopt-t, auto-win-gnu-32-opt, auto-win-gnu-64-nopt-t, auto-win-gnu-64-opt, auto-win-msvc-64-opt... |
Fixes #30831
r? @nikomatsakis