Нашли опечатку? Выделите ее мышкой и нажмите Ctrl+Enter
Название: Learn LLVM 12
Автор: Kai Nacke
Аннотация:
This book teaches you how to implement your own compiler and how to use LLVM to achieve it. You will learn how the frontend of a compiler turns source code into an abstract syntax tree, and how to generate intermediate representation (IR) from it. Adding an optimization pipeline to your compiler, you can compile the IR to performant machine code.