[Openmp-commits] [PATCH] D96999: [OpenMP] Fix always, from and delete for data absent at exit

Ravi Narayanaswamy via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Feb 18 15:57:14 PST 2021


RaviNarayanaswamy added a comment.

In D96999#2573081 <https://reviews.llvm.org/D96999#2573081>, @grokos wrote:

> Is this the missing behavior from D83061 <https://reviews.llvm.org/D83061>? Looks good, thanks!

Can you print a message under debug stating pointer does not exist



================
Comment at: openmp/libomptarget/src/omptarget.cpp:579-580
+    // list item is ignored."
+    if (!TgtPtrBegin)
+      continue;
+
----------------
Can you print a message under debug pointer does not exist.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96999



More information about the Openmp-commits mailing list