[PATCH] D102136: [NewPM] Add C bindings for new pass manager
Mats Larsen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 9 11:02:37 PDT 2021
supergrecko created this revision.
supergrecko added a reviewer: aeubanks.
Herald added a reviewer: deadalnix.
Herald added subscribers: wenlei, hiraditya, mgorny.
supergrecko requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch contains the bare minimum to run the new Pass Manager from the LLVM-C APIs. It does not feature PGOOptions, PassPlugins, Debugify or StandardInstrumentations in its current state. Bugzilla: PR48499
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D102136
Files:
llvm/include/llvm-c/Transforms/PassBuilder.h
llvm/lib/Passes/CMakeLists.txt
llvm/lib/Passes/PassBuilderBindings.cpp
llvm/unittests/Passes/CMakeLists.txt
llvm/unittests/Passes/PassBuilderBindingsTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102136.343921.patch
Type: text/x-patch
Size: 11470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210509/6a4f5701/attachment.bin>
More information about the llvm-commits
mailing list