⭐ Enroll: dmitrysoshnikov.com/courses/programming-language-with-llvm/ 👉 DS Education: www.dmitrysoshnikov.education/p/programming-language-with-llvm/ 📚 In which order to take my courses: dmitrysoshnikov.com/courses/compiler-engineer-path/
@crooked8168 Жыл бұрын
This is golden!
@andre.gabriel Жыл бұрын
Taking some notes while watching the video thanks for sharing 🙂
@abhashjha7448 Жыл бұрын
Really helpful for my project, great work.
@ximin_sleepy Жыл бұрын
hey can you teach the whole of llvm infrastructure, at least in some deapth, would be really helpful, things like IR, and classical optimizations and their code walk through, things like vectorizer( SLP, loop ), inliner and code generation passes like Reg allocator and selection dag? There is nothing out there that is helpful, It will do a great amount of good to the compiler devs out there. Please do consider my humble request.
@DmitrySoshnikov-education Жыл бұрын
Yes, there might be a course on LLVM backend (compiler passes, DAG, register allocation, target machines, etc). This class is specifically about LLVM frontend, i.e. source code to IR generation and generic compilation constructs, like classes, closures, etc.
@ximin_sleepy Жыл бұрын
@@DmitrySoshnikov-education can you come up with a playlist dedicated for opt and backend phase?
@DmitrySoshnikov-education Жыл бұрын
Yes, once it’s available
@tanuvishu Жыл бұрын
You should definitely create a udemy course on the LLVM frontend