[PATCH] D67258: Out-of-tree machine IR passes
Adrien Guinet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 23:40:19 PDT 2019
aguinet created this revision.
aguinet added reviewers: atrick, arsenm, stoklund.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
This patch add the possibilities to create out-of-tree MIR passes. This is based on how IR out-of-tree passes work.
If this is something that could be upstreamed, I could factorize the code between the two system, as they are very similar!
Repository:
rL LLVM
https://reviews.llvm.org/D67258
Files:
include/llvm/CodeGen/RegisterMIRPasses.h
include/llvm/CodeGen/TargetPassConfig.h
lib/CodeGen/TargetPassConfig.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67258.219030.patch
Type: text/x-patch
Size: 4239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190906/2023ef8c/attachment.bin>
More information about the llvm-commits
mailing list