-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Support 16-bit pointers in MIR #34174
Conversation
r? @Aatch (rust_highfive has picked a reviewer for you, use r? to override) |
This seems a bit suspicious to me as my local AVR work is based on 4b240fe, which AFAICT shouldn't have MIR enabled by default. Nonetheless, I was getting assertions in this code. Anything to be worried about here? |
@shepmaster we always build the MIR, it's just not used for code generation by default yet, so it's not surprising that you got an assertion. |
In relation to #33460. |
@Aatch ah, good to know. Do you think that I'm likely to have covered most of the MIR codebase then, purely by accident? |
@shepmaster grepping for |
Good call. I've done that (and |
@Aatch I've compiled libcore to LLVM-IR with |
Theres a couple tidy errors, but looks good to me otherwise. |
@Aatch tidy issues addressed. |
@bors r=Aatch |
📌 Commit 1858cfb has been approved by |
⌛ Testing commit 1858cfb with merge f80ff7d... |
No description provided.