[PATCH] D69416: [Examples] Add IRTransformations directory to examples.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 24 16:59:23 PDT 2019
fhahn updated this revision to Diff 226359.
fhahn added a comment.
Move struct for new PM pass to .cpp file
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69416/new/
https://reviews.llvm.org/D69416
Files:
llvm/CMakeLists.txt
llvm/examples/CMakeLists.txt
llvm/examples/IRTransforms/CMakeLists.txt
llvm/examples/IRTransforms/InitializePasses.cpp
llvm/examples/IRTransforms/InitializePasses.h
llvm/examples/IRTransforms/TutorialSimplifyCFG.cpp
llvm/examples/IRTransforms/TutorialSimplifyCFG.h
llvm/test/Examples/IRTransforms/TutorialSimplifyCFG/tut-simplify-cfg-blockaddress.ll
llvm/test/Examples/IRTransforms/TutorialSimplifyCFG/tut-simplify-cfg1.ll
llvm/test/Examples/IRTransforms/TutorialSimplifyCFG/tut-simplify-cfg2-dead-block-order.ll
llvm/test/Examples/IRTransforms/TutorialSimplifyCFG/tut-simplify-cfg3-phis.ll
llvm/test/Examples/IRTransforms/TutorialSimplifyCFG/tut-simplify-cfg4-multiple-duplicate-cfg-updates.ll
llvm/test/Examples/IRTransforms/TutorialSimplifyCFG/tut-simplify-cfg5-del-phis-for-dead-block.ll
llvm/test/Examples/IRTransforms/TutorialSimplifyCFG/tut-simplify-cfg6-dead-self-loop.ll
llvm/tools/opt/CMakeLists.txt
llvm/tools/opt/opt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69416.226359.patch
Type: text/x-patch
Size: 33412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191024/7004845c/attachment.bin>
More information about the llvm-commits
mailing list