[Openmp-commits] [PATCH] D96999: [OpenMP] Fix always, from and delete for data absent at exit
Joel E. Denny via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Feb 18 16:42:47 PST 2021
jdenny marked an inline comment as done.
jdenny added inline comments.
================
Comment at: openmp/libomptarget/src/omptarget.cpp:579-580
+ // list item is ignored."
+ if (!TgtPtrBegin)
+ continue;
+
----------------
RaviNarayanaswamy wrote:
> 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
OK, either way works for me. If you have a specific string, I'd be happy to add it before I push tomorrow.
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