Further reading
For a more in-depth understanding of the concepts covered in the chapter, we invite you to check out the following resources:
- Explanation of how to write a pass with the new pass manager: https://llvm.org/docs/WritingAnLLVMNewPMPass.html
- Explanation of how to write a pass with the legacy pass manager: https://llvm.org/docs/WritingAnLLVMPass.html
- Explanation of how the new pass manager works: https://llvm.org/docs/NewPassManager.html