-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
ICE: ../src/librustc_trans/mir/operand.rs:82: impossible case reached while using inline assembly #37437
Comments
|
I believe this is the same issue as #37433, which happens when a non-scalar is passed as an input operand. You probably want to be passing pointers instead of |
Small example with same error as top comment (yes, this is invalid):
|
Still reproducible with |
No longer reproduces:
|
There's already a similar test for this case. CC #53787. |
So I was messing around with inline assembly and sse, when I tried doing this
And instead of the expected result I got this
You can run it yourself here https://is.gd/VmN4SF
The text was updated successfully, but these errors were encountered: