May 2025
Beginner to intermediate
620 pages
18h 10m
English
In previous chapters, you learned how a compiler is structured around an intermediate representation (IR) and how IRs map to the C++ classes used in LLVM.
You are now ready to go even deeper into the LLVM infrastructure!
In this chapter, you will learn the syntax and semantics of the IR that powers most of the tools built with and around the LLVM infrastructure. This IR is so pervasive in the LLVM ecosystem that it is simply called LLVM IR.
The goal of this chapter is to give you enough knowledge to be able to do the following:
These skills are key to being able to think ...
Read now
Unlock full access