May 2025
Beginner to intermediate
620 pages
18h 10m
English
In the previous chapter, you learned about the intermediate representation (IR) that’s used in the backend part of the compiler. This IR is called the Machine IR. In this chapter, you’ll learn about the phases that this IR goes through as it progresses through the backend. These phases are articulated around a pass pipeline (see ) that we call the Machine pass pipeline. Most backends use the same base pipeline and augment it with their target-specific passes.
In this chapter, you’ll learn about the following aspects:
The last bullet point is about teaching ...
Read now
Unlock full access