[PATCH] D33464: [PM][WIP] Enable out-of-tree registration of passes with the new PassBuilder
Philip Pfaffe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 2 04:47:54 PDT 2017
philip.pfaffe updated this revision to Diff 101190.
philip.pfaffe added a comment.
As per Chandler's out-of-band suggestion, remove the parseXPassPipeline() functions from the public API again. Instead, use the existing parseXPipelineCallbacks to determine if a callback accepts a pass name for IRUnit X.
https://reviews.llvm.org/D33464
Files:
include/llvm/Passes/PassBuilder.h
lib/Passes/PassBuilder.cpp
test/Other/new-pm-lto-defaults.ll
tools/opt/NewPMDriver.cpp
unittests/IR/CMakeLists.txt
unittests/IR/HookManagerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33464.101190.patch
Type: text/x-patch
Size: 35360 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170602/45654945/attachment.bin>
More information about the llvm-commits
mailing list