-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Codegen regression in Ipv6Addr
[u16; 8]
to [u8; 16]
conversion
#122805
Comments
The main branch of LLVM may have fixed this issue: https://llvm.godbolt.org/z/WzM1dvrTb. |
Whoops, compared against 1.76, my mistake. |
WG-prioritization assigning priority (Zulip discussion). @rustbot label -I-prioritize +P-medium |
I have bisected to llvm/llvm-project@1e828f8 (llvm/llvm-project#82279). But I'm not sure if this match the backport rules. I have submitted a backport request, but it may be rejected. |
@rustbot label llvm-fixed-upstream |
Update to LLVM 18.1.3 Fixes rust-lang#122805. This should work on all targets: https://rust.godbolt.org/z/svW8ha31z. r? `@cuviper`
Code
I tried this code:
I expected to see this happen: these two pieces of code produced the same assembly
Instead, this happened: the first version generates worse code https://rust.godbolt.org/z/qrz7Pn1a7
Version it worked on
It most recently worked on: 1.76
Version with regression
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: