[PATCH] D60883: [OpenMP] Avoid emitting maps for target link variables when unified memory is used

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 23 06:35:43 PDT 2019


ABataev added a comment.

Tests?



================
Comment at: lib/CodeGen/CGOpenMPRuntime.h:1628
+  /// Return whether the unified_shared_memory has been specified.
+  virtual bool hasRequiresUnifiedSharedMemory();
 };
----------------
Do we need to make it virtual?


Repository:
  rC Clang

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

https://reviews.llvm.org/D60883





More information about the cfe-commits mailing list