-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Revert "rustc: Fix (again) simd vectors by-val in ABI" #55281
Conversation
This reverts commit 3cc8f73.
(rust_highfive has picked a reviewer for you, use r? to override) |
I've discovered that #55073 causes segfaults in stdsimd'd CI. This reverts #55073 and while the four attached issues are all serious issues it looks like LLVM has an upstream patch which may solve it and is almost surely more correct than #55073. I'm gonna reopen the requisite issues as well and we can hopefully re-close shortly therafter with an official fix from LLVM |
Also note that I haven't really bothered to try to dig into what is actually segfaulting, I'm assuming that the LLVM patch will likely land in the near future, allowing us to fix the bug at least within a month or so. |
@bors: p=1 |
@bors r+ |
📌 Commit 086f5a5 has been approved by |
Revert "rustc: Fix (again) simd vectors by-val in ABI" This reverts commit 3cc8f73.
☀️ Test successful - status-appveyor, status-travis |
This reverts commit 3cc8f73.