[PATCH] D88029: [OpenMPOpt][SplitMemTransfer] Refactored API declarations
Hamilton Tobon Mosquera via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 21 09:07:22 PDT 2020
hamax97 created this revision.
hamax97 added reviewers: jdoerfert, sstefan1.
Herald added subscribers: llvm-commits, guansong, hiraditya, yaxunl.
Herald added a project: LLVM.
hamax97 requested review of this revision.
Refactored `__tgt_target_data_begin_mapper_<issue|wait>` to receive the `handle ` as an input/output argument as discussed in previous meeting. This given the compiler warning of returning the handle as copy.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D88029
Files:
llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
llvm/lib/Transforms/IPO/OpenMPOpt.cpp
llvm/test/Transforms/OpenMP/hide_mem_transfer_latency.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88029.293192.patch
Type: text/x-patch
Size: 7921 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200921/a92bb996/attachment.bin>
More information about the llvm-commits
mailing list