Further reading
The official LLVM documentation has a page dedicated to the LLVM target-independent code generator: https://llvm.org/docs/CodeGenerator.html. You can use this page as a refresher for the concepts we’ve covered so far and as a primer for the pieces we’ll cover in the next chapters. Fear not – you don’t have to read this page to understand the upcoming chapters.