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

George Rokos via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jun 29 06:26:14 PDT 2021


grokos accepted this revision.
grokos added a comment.
This revision is now accepted and ready to land.

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.


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