Skip to content

Investigate new LLVM pass manager API #5

Open
@pitrou

Description

@pitrou

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions