Implementing a new pass – Optimizing IR-1Implementing a new pass – Optimizing IR-1
A pass can perform arbitrary complex transformations on the LLVM IR. To illustrate the mechanics of adding a new pass, we add a pass that performs a simple instrumentation.To investigate [...]