Open
Description
Currently, we go through the LLVM C API which instantiates "legacy" pass managers, e.g.
http://llvm.org/docs/doxygen/html/classllvm_1_1legacy_1_1FunctionPassManager.html
We may want to invoke a C++ API directly instead, in order to get new pass managers, as in
http://llvm.org/docs/doxygen/html/classllvm_1_1FunctionPassManager.html
The changes seem to be covered in:
Activity