[Openmp-commits] [PATCH] D123444: [OpenMP][FIX] Simplify the entry deletion scheme
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Apr 13 09:52:03 PDT 2022
tianshilei1992 added inline comments.
================
Comment at: openmp/libomptarget/src/omptarget.cpp:907
+ // Remember we deleted the entry in case it shows up in the
+ // PostProcessingPtrs again.
+ DeletedEntries.insert(Info.Entry);
----------------
In what cases the same entry is in `PostProcessingPtrs` more than once?
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