[PATCH] D69416: [Examples] Add IRTransformations directory to examples.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 06:18:53 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG7d0b1d77b3d4: [Examples] Add IRTransformations directory to examples. (authored by fhahn).

Changed prior to commit:
  https://reviews.llvm.org/D69416?vs=228039&id=228880#toc

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/SimplifyCFG.cpp
  llvm/examples/IRTransforms/SimplifyCFG.h
  llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg-blockaddress.ll
  llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg1.ll
  llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg2-dead-block-order.ll
  llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg3-phis.ll
  llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg4-multiple-duplicate-cfg-updates.ll
  llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg5-del-phis-for-dead-block.ll
  llvm/test/Examples/IRTransforms/SimplifyCFG/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.228880.patch
Type: text/x-patch
Size: 36910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191112/d9c64ace/attachment.bin>


More information about the llvm-commits mailing list