-
Notifications
You must be signed in to change notification settings - Fork 11.5k
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
miscompile from multiple backends #55484
Labels
Comments
@llvm/issue-subscribers-backend-aarch64 |
@llvm/issue-subscribers-backend-x86 |
@llvm/issue-subscribers-backend-risc-v |
I can reproduce this on RISC-V with Zbb as well. |
Candidate patch https://reviews.llvm.org/D125641 |
Fixed in 46eef76 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
here's a function:
we believe that
f(0x00800000) -> ffff8000
but the top-of-tree arm64, x86, and x86-64 backends are all emitting code which says thatf(0x00800000) -> 0
cc @ornata @nunoplopes @ryan-berger @nbushehri @zhengyang92 @aqjune @Hatsunespica
The text was updated successfully, but these errors were encountered: