[PATCH] D34798: [Dominators] Add CFGBuilder testing utility

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 12:31:19 PDT 2017


Sure, looks good (this is still approved, so whenever you reckon it's
useful to commit, go ahead)

On Thu, Jul 13, 2017 at 11:15 AM Jakub Kuderski via Phabricator <
reviews at reviews.llvm.org> wrote:

> kuhar added a comment.
>
> Here's a real-world example of possible use of the CFGBuilder:
> https://reviews.llvm.org/D35341
> https://reviews.llvm.org/D35342
>
> CFGBuilder makes it easy not only write pretty concise test cases for the
> new incremental DomTree API, but also to generate different permutations of
> update sequences using standard algorithms -- which is not really possible
> if we decided to do the updates manually (without a library to
> automatically generate IR based on CFG description).
>
>
> https://reviews.llvm.org/D34798
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170713/93d57aa7/attachment.html>


More information about the llvm-commits mailing list