May 2025
Beginner to intermediate
620 pages
18h 10m
English
The instruction selection phase, or selection phase for short, is the last phase of the instruction selection pipeline. It is responsible for translating the generic, yet legal, intermediate representation (IR) used by the instruction selection framework to the target-specific incantation of the Machine IR.
In LLVM, this translation can match sequences of instructions to produce highly optimized code right off the bat.
In this chapter, you will learn how to do the following:
Read now
Unlock full access