[Openmp-commits] [PATCH] D105990: [OpenMP][NFC] Simplify targetDataEnd conditions for CopyMember
George Rokos via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Aug 6 15:15:35 PDT 2021
grokos accepted this revision.
grokos added a comment.
This revision is now accepted and ready to land.
In D105990#2932070 <https://reviews.llvm.org/D105990#2932070>, @jdenny wrote:
> Rebased.
>
> I'm working on the suggested changes for a separate patch. However, seeing D104555 <https://reviews.llvm.org/D104555>'s changes to related code in targetDataBegin, I wonder if there's another patch out there that's about to rewrite this code in targetDataEnd too.
I asked the same question in D104555 <https://reviews.llvm.org/D104555> and @tianshilei1992 said that there are no races to be fixed at the end of a target region, so I assume `targetDataEnd` won't get touched by the async patches.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105990/new/
https://reviews.llvm.org/D105990
More information about the Openmp-commits
mailing list