-
Notifications
You must be signed in to change notification settings - Fork 3
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 Compiler Infrastructure #12
Comments
@mjgpy3 Good video on LLVM |
A video on the LLVM IR. https://www.youtube.com/watch?v=m8G_S5LwlTo Probably the core work that would need to be done is on the IR? |
@mjgpy3 |
A helpful video with RISC-V as the example: |
@mjgpy3 Compiler Explorer with IR output added. |
@mjgpy3 I have probably watched 60-80 hours of videos on LLVM and I don't feel any closer to being able to figure out how to convert LLVM IR into assembly code. |
@douggilliland haha, yeah. It's always struck me as being complicated as well... |
@douggilliland did you see this one? https://www.llvm.org/docs/WritingAnLLVMBackend.html |
@mjgpy3 Thanks. |
In the mind as target...
https://llvm.org
Need to crank out basic functionality first.
The text was updated successfully, but these errors were encountered: