[PATCH] D29705: Fix PR 24415 (at least), by making our post-dominator tree behavior sane.
Daniel Berlin via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 19 17:35:48 PST 2017
(note: I added something to the branch-on-argument testcase to make a SESE
region there for it to do an update)
On Sun, Feb 19, 2017 at 5:33 PM, Daniel Berlin via Phabricator <
reviews at reviews.llvm.org> wrote:
> dberlin updated this revision to Diff 89074.
> dberlin added a comment.
> Herald added a subscriber: david2050.
>
> - Update with fixes for broken testcases, and review comments. Add test
> case for pr24415
>
>
> https://reviews.llvm.org/D29705
>
> Files:
> include/llvm/Support/GenericDomTree.h
> include/llvm/Support/GenericDomTreeConstruction.h
> lib/Transforms/Scalar/ADCE.cpp
> test/Analysis/PostDominators/pr24415.ll
> test/Analysis/PostDominators/pr6047_a.ll
> test/Analysis/PostDominators/pr6047_b.ll
> test/Analysis/PostDominators/pr6047_c.ll
> test/Analysis/PostDominators/pr6047_d.ll
> test/Analysis/RegionInfo/infinite_loop.ll
> test/Analysis/RegionInfo/infinite_loop_2.ll
> test/Analysis/RegionInfo/infinite_loop_3.ll
> test/Analysis/RegionInfo/infinite_loop_4.ll
> test/Analysis/RegionInfo/infinite_loop_5_a.ll
> test/Analysis/RegionInfo/infinite_loop_5_b.ll
> test/Transforms/StructurizeCFG/branch-on-argument.ll
> test/Transforms/StructurizeCFG/no-branch-to-entry.ll
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170219/b7d5df95/attachment.html>
More information about the llvm-commits
mailing list