An open API service indexing awesome lists of open source software.

https://github.com/0dminnimda/llvm_custom_passes


https://github.com/0dminnimda/llvm_custom_passes

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# llvm_custom_passes

Here are some custom LLVM IR passes. It's made with a goal of exploration and experimentation.

## Build

```shell
cmake -S . -B build
cmake --build build
```

## Run

```
opt -load-pass-plugin build/libCustomPasses.dll -passes=RPOPrint,InstrCount -disable-output tests/input.ll
```