This is the best video I have ever watched which explained almost every sections needed for creating a llvm backend.
@Danacus2 жыл бұрын
Very helpful video for hacking the LLVM backend. Thanks a lot!
@miladhakimi34952 ай бұрын
Great talk. Thanks!
@omerguzel83512 жыл бұрын
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.
@chrisminnoy36372 жыл бұрын
DAG = Directed Acyclic Graph, no reason to study graph theory to understand the basic principle. Think of a tree.