[Openmp-commits] [PATCH] D123443: [OpenMP][NFCI] Cleanup APIs and improve object encapsulation
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Apr 14 13:04:16 PDT 2022
jdoerfert added inline comments.
================
Comment at: openmp/libomptarget/src/device.cpp:365
+ } else if (TPR.isLast()) {
+ HT.incDeleteCount();
HT.decRefCount(UseHoldRefCount);
----------------
This belongs into the next patch of this series.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123443/new/
https://reviews.llvm.org/D123443
More information about the Openmp-commits
mailing list