-
Notifications
You must be signed in to change notification settings - Fork 13.4k
LLVM 15 regression: fpext half to fp128 #56911
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
Comments
@llvm/issue-subscribers-bug |
@llvm/issue-subscribers-backend-x86 |
I tried to reproduce the issue, but if I run the attached LLVM IR through |
I believe the ABI of __extendhftf2 has changed in LLVM 15 (see also #56854). If you provide your own implementation of the builtins, you might want to check that you're using the correct ABI. |
Thank you for the clues all. Fixed downstream in ziglang/zig@169ad1a. |
release/15.x branch, commit 0214d98
Based on the following downstream test case:
LLVM IR reduction. Expected
main
to return 0, however it returns 1.The text was updated successfully, but these errors were encountered: