[PATCH] D24918: [ADCE] Add code to remove dead branches

Daniel Berlin via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 12:39:16 PST 2016


This LGTM at this point.  Unless Mehdi has more comments, I think it's good
to put in tree.
Thanks for diligently working through this one.

On Wed, Dec 7, 2016, 9:10 AM David Callahan via Phabricator <
reviews at reviews.llvm.org> wrote:

> david2050 updated this revision to Diff 80611.
> david2050 added a comment.
>
> remove unused declarations
>
>
> https://reviews.llvm.org/D24918
>
> Files:
>   lib/Transforms/Scalar/ADCE.cpp
>   test/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll
>   test/Transforms/ADCE/2002-05-28-Crash-distilled.ll
>   test/Transforms/ADCE/2002-05-28-Crash.ll
>   test/Transforms/ADCE/2002-07-17-AssertionFailure.ll
>   test/Transforms/ADCE/2002-07-17-PHIAssertion.ll
>   test/Transforms/ADCE/2002-07-29-Segfault.ll
>   test/Transforms/ADCE/2003-01-22-PredecessorProblem.ll
>   test/Transforms/ADCE/2003-04-25-PHIPostDominateProblem.ll
>   test/Transforms/ADCE/2003-06-11-InvalidCFG.ll
>   test/Transforms/ADCE/2003-06-24-BadSuccessor.ll
>   test/Transforms/ADCE/2003-06-24-BasicFunctionality.ll
>   test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll
>   test/Transforms/ADCE/2003-11-16-MissingPostDominanceInfo.ll
>   test/Transforms/ADCE/2004-05-04-UnreachableBlock.ll
>   test/Transforms/ADCE/2016-09-06.ll
>   test/Transforms/ADCE/basictest1.ll
>   test/Transforms/ADCE/basictest2.ll
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161212/de9637b2/attachment.html>


More information about the llvm-commits mailing list