This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e225b39 [PPC] Fix code generation for bswap(int32) followed by store16 new da5173f Revert "Fix PR 24415 (at least), by making our post-dominator [...]
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/Support/GenericDomTree.h | 10 +++ include/llvm/Support/GenericDomTreeConstruction.h | 86 ++++++---------------- lib/Transforms/Scalar/ADCE.cpp | 51 +++++++++---- test/Analysis/PostDominators/pr24415.ll | 18 ----- test/Analysis/PostDominators/pr6047_a.ll | 7 +- test/Analysis/PostDominators/pr6047_b.ll | 8 +- test/Analysis/PostDominators/pr6047_c.ll | 51 +------------ 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 | 19 ++--- test/Analysis/RegionInfo/infinite_loop_4.ll | 14 ++-- test/Analysis/RegionInfo/infinite_loop_5_a.ll | 1 + test/Analysis/RegionInfo/infinite_loop_5_b.ll | 1 + .../StructurizeCFG/branch-on-argument.ll | 9 +-- .../StructurizeCFG/no-branch-to-entry.ll | 1 - 16 files changed, 105 insertions(+), 196 deletions(-) delete mode 100644 test/Analysis/PostDominators/pr24415.ll