[Openmp-commits] [PATCH] D123444: [OpenMP][FIX] Simplify the entry deletion scheme
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Apr 14 13:04:37 PDT 2022
jdoerfert added inline comments.
================
Comment at: openmp/libomptarget/include/device.h:224
+ /// the entry.
+ void incDeleteCount() const { ++States->DeleteCount; }
+
----------------
ye-luo wrote:
> Where does it get called?
https://reviews.llvm.org/D123443#3452644
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123444/new/
https://reviews.llvm.org/D123444
More information about the Openmp-commits
mailing list