[Openmp-commits] [PATCH] D104924: [OpenMP] Avoid checking parent reference count in targetDataEnd

Joel E. Denny via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jun 29 06:46:23 PDT 2021


jdenny added a comment.

In D104924#2846972 <https://reviews.llvm.org/D104924#2846972>, @grokos wrote:

> The new code is equivalent to the old one but clearer and with one fewer lock. Checking the parent struct is a leftover from back when we had a different map interface.

Thanks!  I'm going to integrate this comment into the commit log.

I'll soon propose a similar patch for `targetDataBegin`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104924/new/

https://reviews.llvm.org/D104924



More information about the Openmp-commits mailing list