-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
[LLVM] Missing libcalls #255
Labels
Comments
Closed in favor of #276 |
@mateoconlechuga There are still some in the list that aren't |
Those would be:
And:
And:
Right? |
Closing this in favor of #276, although what's the deal with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From various tests on the PB, here's what I see that's left to take care of before a release:
Seen in "real projects":
_ceilf
_fabsf
_floorf
_roundf
__llcmpzero
(but probably other __ll stuff too)Seen by manually testing from Z80ISelLowering.cpp:
__bbitrev
__bpopcnt
__dadd
__dcmp
__ddiv
__dmul
__dneg
__drem
__dsub
__dtof
__dtol
__dtoll
__dtoll
__dtoul
__frem
__ftod
__ibitrev
__ipopcnt
__lbitrev
__lladd
__lland
__llbitrev
__llcmpu
__lldivs
__lldivu
__llmulu
__llneg
__llnot
__llor
__llpopcnt
__llrems
__llremu
__llshl
__llshrs
__llshru
__llsub
__lltod
__llxor
__lpopcnt
__ltod
__sbitrev
__spopcnt
__ulltod
__ultod
The text was updated successfully, but these errors were encountered: