[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
Fri Jun 14 09:34:20 PDT 2019
ABataev added inline comments.
================
Comment at: lib/CodeGen/CGOpenMPRuntime.h:1628
+ /// Return whether the unified_shared_memory has been specified.
+ bool hasRequiresUnifiedSharedMemory();
};
----------------
You can make this function const.
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