This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9a6e78e4adc [GlobalIsel][X86] Support G_PTRTOINT instruction. new dfc9aa7f4ed [Dominators] Remove verifyDomTree and add some verifying fo [...]
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/Analysis/PostDominators.h | 2 ++ include/llvm/CodeGen/MachineDominators.h | 6 ---- include/llvm/IR/Dominators.h | 6 ---- include/llvm/Support/GenericDomTreeConstruction.h | 42 ++++++++++------------ lib/Analysis/PostDominators.cpp | 13 +++++++ lib/CodeGen/MachineDominators.cpp | 35 ++++++++---------- lib/IR/Dominators.cpp | 28 ++++----------- lib/Transforms/Scalar/LoopDistribute.cpp | 2 +- lib/Transforms/Scalar/SimpleLoopUnswitch.cpp | 11 +++--- lib/Transforms/Utils/LibCallsShrinkWrap.cpp | 5 +-- lib/Transforms/Utils/LoopUnroll.cpp | 4 +-- lib/Transforms/Utils/LoopUnrollPeel.cpp | 5 +-- lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +- unittests/IR/DominatorTreeTest.cpp | 4 +-- .../Transforms/Scalar/LoopPassManagerTest.cpp | 12 +++---- 15 files changed, 73 insertions(+), 104 deletions(-)