This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 47a152256e0 [InstCombine] add tests for sext+ashr; NFC new bb870789f2e [ORC] Add case statements for AArch64 to the local stub and [...] new 1dbfdcc5b5f test-release.sh: Move test-suite setup to beginning of the script new c0f00a95161 [Dominators] Include infinite loops in PostDominatorTree
The 3 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/Support/GenericDomTree.h | 24 +- include/llvm/Support/GenericDomTreeConstruction.h | 446 +++++++++++++++++---- lib/ExecutionEngine/Orc/IndirectionUtils.cpp | 13 + lib/Transforms/Scalar/ADCE.cpp | 32 +- test/Analysis/PostDominators/infinite-loop.ll | 30 ++ test/Analysis/PostDominators/infinite-loop2.ll | 34 ++ test/Analysis/PostDominators/infinite-loop3.ll | 34 ++ test/Analysis/PostDominators/pr24415.ll | 18 + test/Analysis/PostDominators/pr6047_a.ll | 8 +- test/Analysis/PostDominators/pr6047_b.ll | 8 +- test/Analysis/PostDominators/pr6047_c.ll | 52 ++- test/Analysis/PostDominators/pr6047_d.ll | 10 +- test/Analysis/RegionInfo/infinite_loop.ll | 4 +- test/Analysis/RegionInfo/infinite_loop_2.ll | 11 +- test/Analysis/RegionInfo/infinite_loop_3.ll | 14 +- test/Analysis/RegionInfo/infinite_loop_4.ll | 14 +- test/Analysis/RegionInfo/infinite_loop_5_a.ll | 2 - test/Analysis/RegionInfo/infinite_loop_5_b.ll | 1 - test/CodeGen/AMDGPU/branch-relaxation.ll | 16 +- test/CodeGen/ARM/struct-byval-frame-index.ll | 17 +- test/CodeGen/Thumb2/v8_IT_5.ll | 7 +- .../StructurizeCFG/branch-on-argument.ll | 9 +- .../StructurizeCFG/no-branch-to-entry.ll | 7 + unittests/IR/DominatorTreeTest.cpp | 159 ++++---- utils/release/test-release.sh | 21 +- 25 files changed, 757 insertions(+), 234 deletions(-) create mode 100644 test/Analysis/PostDominators/infinite-loop.ll create mode 100644 test/Analysis/PostDominators/infinite-loop2.ll create mode 100644 test/Analysis/PostDominators/infinite-loop3.ll create mode 100644 test/Analysis/PostDominators/pr24415.ll