This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d217075 gold-plugin: Remove unused variable. new 379e7c2 Fix PR 24415 (at least), by making our post-dominator tree be [...]
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 | 89 ++++++++++++++++------ 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, 198 insertions(+), 106 deletions(-) create mode 100644 test/Analysis/PostDominators/pr24415.ll