[PATCH] D43625: [OpenMP] Remove implicit data sharing code gen that aims to use device shared memory
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 22 08:49:22 PST 2018
ABataev added inline comments.
================
Comment at: lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp:564
+ llvm::Value *FnArgs[] = {ZeroAddr.getPointer(), ZeroAddr.getPointer()};
+ emitCall(CGF, Fn, FnArgs);
----------------
Pass non-null `SourceLocation` here as the last argument
Repository:
rC Clang
https://reviews.llvm.org/D43625
More information about the cfe-commits
mailing list