[llvm] [OpenMP][Offload] Support `PRIVATE | ATTACH` maps for corresponding-pointer-initialization. (PR #160760)
Abhinav Gaba via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 25 12:07:58 PDT 2025
================
@@ -399,16 +447,8 @@ static int performPointerAttachment(DeviceTy &Device, AsyncInfoTy &AsyncInfo,
constexpr int64_t VoidPtrSize = sizeof(void *);
assert(HstPtrSize >= VoidPtrSize && "PointerSize is too small");
----------------
abhinavgaba wrote:
The changes in this function (performPointerAttachment) are non-functional. Just some restructuring to be able to reuse the two utilities that were extracted out.
https://github.com/llvm/llvm-project/pull/160760
More information about the llvm-commits
mailing list