The LLVM pass manager – Optimizing IRThe LLVM pass manager – Optimizing IR
The LLVM core libraries optimize the IR that your compiler creates and turn it into object code. This giant task is broken down into separate steps called passes. These passes [...]