Implementing an LLVM analysis framework based upon the Seidl Program Optimization Lecture.
Implementing an LLVM analysis framework based upon the [Seidl Program Optimization](https://link.springer.com/book/10.1007%2F978-3-642-17548-0)[Lecture](https://ttt.in.tum.de/lectures/index_ws1516.php#OPTIM).
## Build
Prerequisites: Works best on a unixoid System, tested on Ubuntu 21.?, MacOS and Windows 10/11 [WSL](https://docs.microsoft.com/de-de/windows/wsl/install).
### Build against a system-wide installed LLVM
Install the LLVM packages from your distro's package manager, e.g. Ubuntu 20.04:
Install the LLVM packages from your distro's package manager, e.g. Ubuntu 21.04: