[PATCH] D74382: [CloneFunction] Update loop headers after cloning all blocks in loop.
Whitney Tsang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 17 16:07:37 PST 2020
Whitney added a comment.
In D74382#1879841 <https://reviews.llvm.org/D74382#1879841>, @Meinersbur wrote:
> In D74382#1879821 <https://reviews.llvm.org/D74382#1879821>, @Whitney wrote:
>
> > There is an example in summary which would fail before and pass now. Do you mean write it as complete LLVMIR?
>
>
> Yes, I though about a regression test in either llvm/test or llvm/unittests.
OK, I will change the example to complete LLVMIR. I though of a regression test in llvm/unittests too, however, I cannot find an easy way to manipulate the blocks list.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74382/new/
https://reviews.llvm.org/D74382
More information about the llvm-commits
mailing list