[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 16:36:21 PST 2021
    
    
  
RaviNarayanaswamy added inline comments.
================
Comment at: openmp/libomptarget/src/omptarget.cpp:579-580
+    // list item is ignored."
+    if (!TgtPtrBegin)
+      continue;
+
----------------
jdenny wrote:
> RaviNarayanaswamy wrote:
> > Can you print a message under debug pointer does not exist.
> I'm happy to add an additional message, but what do you want beyond the `DP` invocations in the preceding `if` and `else`?
The previous DP should be fine.  Thanks
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