[PATCH] D67258: Out-of-tree machine IR passes
Adrien Guinet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 23:25:55 PST 2019
aguinet updated this revision to Diff 230379.
aguinet added a comment.
Herald added a subscriber: mgorny.
Thanks Serge for the comments !
I added examples, a test that test these examples, and a mention of them in the documentation (not sure it's in the right place though!).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67258/new/
https://reviews.llvm.org/D67258
Files:
docs/WritingAnLLVMPass.rst
examples/CMakeLists.txt
examples/OutOfTreeMIR/CMakeLists.txt
examples/OutOfTreeMIR/FunctionPass/CMakeLists.txt
examples/OutOfTreeMIR/FunctionPass/FunctionPass.cpp
examples/OutOfTreeMIR/ModulePass/CMakeLists.txt
examples/OutOfTreeMIR/ModulePass/ModulePass.cpp
include/llvm/CodeGen/TargetPassConfig.h
lib/CodeGen/TargetPassConfig.cpp
test/Examples/OutOfTreeMIR/llc.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67258.230379.patch
Type: text/x-patch
Size: 9009 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191121/9be29fe5/attachment.bin>
More information about the llvm-commits
mailing list