You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository provides a template to create your own LLVM passes using LLVM 21, drawing heavily on [llvm-tutor](https://github.com/banach-space/llvm-tutor) and [Writing an LLVM Pass](https://llvm.org/docs/WritingAnLLVMNewPMPass.html).
4
15
5
16
It allows you to quickly bootstrap new _out-of-tree_ LLVM passes with minimal effort — that is, without the need to build LLVM from sources.
0 commit comments