[PATCH] D132084: [Cloning] handle blockaddress array clone in the same module
Adrian Vogelsgesang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 19 17:06:24 PDT 2022
avogelsgesang added a comment.
> you could move the body into a helper function, and have both coroutine entry-points call it
that's the solution I used in the end to workaround this issue, by the way. I adjusted my C++ program accordingly, see https://godbolt.org/z/17G8jGbse
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132084/new/
https://reviews.llvm.org/D132084
More information about the llvm-commits
mailing list