Become familiar with the LLVM infrastructure and start using LLVM libraries to design a compiler
About This Book
Learn to use the LLVM libraries to emit intermediate representation (IR) from high-level language
Build your own optimization pass for better code generation
Understand AST generation and use it in a meaningful way
Who This Book Is For
This book is intended for those who already know some of the concepts of compilers and want to quickly get familiar with the LLVM infrastructure and the rich set of libraries that it p
1