-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[M68k] Add floating point support #61744
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-backend-m68k |
Hello @mshockwave , May I inquire if we have any plans or milestones established? Additionally, is there a corresponding to-do list for said milestones? |
Yeah I will put more detailed milestones for this. In the short term, we have to pass llvm-test-suite, which relies on inline assembly with floating point constructions. For instance: __asm__ volatile ("fmove%.l %0, %!" : : "dm" (cw)) So for that, we at least need floating pointer register definitions and MC supports for commonly-used floating point instructions. |
UPDATE: just updated the description to add (preliminary) roadmap for this task. |
It appears that this is a large-scale project. I'm wondering if it's possible to divide these tasks and list them in a table format ? This could help us keep track of which items are currently under development and avoid any potential duplication of effort. Something like this:
|
Yes I agree. I've created issues for these tasks. Please put yourself as assignee if you want to work on that. |
Thanks ! Looks like we have so much fun to do. |
Any news on the M68k backend? |
Add supports for floating pointer registers, basic instructions and inline assembly.
Foundation
Basic instruction definitions
Instruction definitions and MC supports for common FP instructions, for instance:
Advanced instruction supports
The text was updated successfully, but these errors were encountered: