LLVM Pass Example to modify LLVM IR using an LLVM Pass. References & Links : LLVM Get Started LLVM-12 Book Legacy Pass Example : https://llvm.org/docs/WritingAnLLVMPass.html#introduction-what-is-a-pass New LLVM Pass Manager : https://llvm.org/docs/NewPassManager.html https://llvm.org/docs/WritingAnLLVMNewPMPass.html