Thank you. I searched a lot. it is the most understandable tutorial (like a tutorial) Some terms are not clear enough in my mind. What is actually DAG? Should we learn graph theory to write an LLVM? What are the prerequsitions? I am currently have the assambly and architecture background. I want to write an LLVM infrastructure to extend a RISC-V ISA. If anyone can answer my question, I would be glad. Thank you.
This is the best video I have ever watched which explained almost every sections needed for creating a llvm backend.
Very helpful video for hacking the LLVM backend. Thanks a lot!
Great talk. Thanks!
Thank you. I searched a lot. it is the most understandable tutorial (like a tutorial)
Some terms are not clear enough in my mind.
What is actually DAG?
Should we learn graph theory to write an LLVM?
What are the prerequsitions?
I am currently have the assambly and architecture background. I want to write an LLVM infrastructure to extend a RISC-V ISA.
If anyone can answer my question, I would be glad.
Thank you.
DAG = Directed Acyclic Graph, no reason to study graph theory to understand the basic principle. Think of a tree.
要是有字幕就好了