[PATCH] D64101: [LoopUnroll] fix cloning callbr
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 13:48:15 PDT 2019
nickdesaulniers added a comment.
In D64101#1574332 <https://reviews.llvm.org/D64101#1574332>, @nickdesaulniers wrote:
> Here's another interesting case for me to add a test for: https://godbolt.org/z/WwKXaI
>
> The same address being using in the label list **AND** explicitly passed in as an address of label. Note the difference in behavior there.
Sorry, that test case would rely on https://reviews.llvm.org/D64167 first. ;)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64101/new/
https://reviews.llvm.org/D64101
More information about the llvm-commits
mailing list