This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 92c26f64392 [x86] add tests for extract+sitofp; NFC new 1c34480b501 Move DomTreeUpdater from IR to Analysis
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/{IR => Analysis}/DomTreeUpdater.h | 6 +++--- include/llvm/Transforms/Scalar/JumpThreading.h | 2 +- include/llvm/Transforms/Utils/BasicBlockUtils.h | 2 +- include/llvm/Transforms/Utils/Local.h | 2 +- include/llvm/module.modulemap | 2 +- lib/Analysis/CMakeLists.txt | 1 + lib/{IR => Analysis}/DomTreeUpdater.cpp | 2 +- lib/Analysis/IVDescriptors.cpp | 2 +- lib/IR/CMakeLists.txt | 1 - lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp | 2 +- lib/Transforms/Scalar/ADCE.cpp | 2 +- lib/Transforms/Scalar/CorrelatedValuePropagation.cpp | 2 +- lib/Transforms/Scalar/GVN.cpp | 2 +- lib/Transforms/Scalar/JumpThreading.cpp | 2 +- lib/Transforms/Scalar/LoopSimplifyCFG.cpp | 2 +- lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 2 +- lib/Transforms/Scalar/TailRecursionElimination.cpp | 2 +- lib/Transforms/Utils/BasicBlockUtils.cpp | 2 +- lib/Transforms/Utils/CloneFunction.cpp | 2 +- lib/Transforms/Utils/Local.cpp | 2 +- lib/Transforms/Utils/LoopRotationUtils.cpp | 2 +- lib/Transforms/Utils/LoopUtils.cpp | 2 +- unittests/Analysis/CMakeLists.txt | 3 ++- unittests/{IR => Analysis}/DomTreeUpdaterTest.cpp | 4 ++-- unittests/IR/CMakeLists.txt | 1 - unittests/Transforms/Utils/CloningTest.cpp | 2 +- unittests/Transforms/Utils/LocalTest.cpp | 2 +- 27 files changed, 29 insertions(+), 29 deletions(-) rename include/llvm/{IR => Analysis}/DomTreeUpdater.h (98%) rename lib/{IR => Analysis}/DomTreeUpdater.cpp (99%) rename unittests/{IR => Analysis}/DomTreeUpdaterTest.cpp (99%)