[Openmp-commits] [PATCH] D83062: [OpenMP] Implement TR8 `present` map type modifier in runtime (2/2)

Joel E. Denny via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jul 7 13:46:37 PDT 2020


jdenny marked 3 inline comments as done.
jdenny added inline comments.


================
Comment at: openmp/libomptarget/src/device.h:183
+                         bool HasCloseModifier = false,
+                         bool HasPresentModifier = false);
   void *getTgtPtrBegin(void *HstPtrBegin, int64_t Size);
----------------
I see no remaining `getOrAllocTgtPtr` calls that make use of these default arguments.  Any objection to removing them in this patch?


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

https://reviews.llvm.org/D83062





More information about the Openmp-commits mailing list