[all-commits] [llvm/llvm-project] 0bb22b: Re-apply "[Examples] Add IRTransformations directo...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Jan 4 07:48:06 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0bb22b91ea335b964b99862834164b0b3a866eb4
https://github.com/llvm/llvm-project/commit/0bb22b91ea335b964b99862834164b0b3a866eb4
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-01-04 (Sat, 04 Jan 2020)
Changed paths:
M llvm/CMakeLists.txt
M llvm/cmake/modules/AddLLVM.cmake
M llvm/examples/CMakeLists.txt
A llvm/examples/IRTransforms/CMakeLists.txt
A llvm/examples/IRTransforms/InitializePasses.cpp
A llvm/examples/IRTransforms/InitializePasses.h
A llvm/examples/IRTransforms/SimplifyCFG.cpp
A llvm/examples/IRTransforms/SimplifyCFG.h
A llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg-blockaddress.ll
A llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg1.ll
A llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg2-dead-block-order.ll
A llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg3-phis.ll
A llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg4-multiple-duplicate-cfg-updates.ll
A llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg5-del-phis-for-dead-block.ll
A llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg6-dead-self-loop.ll
M llvm/tools/opt/CMakeLists.txt
M llvm/tools/opt/opt.cpp
Log Message:
-----------
Re-apply "[Examples] Add IRTransformations directory to examples."
This reverts commit 19fd8925a4afe6efd248688cce06aceff50efe0c.
Should include a fix for PR44197.
More information about the All-commits
mailing list