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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D88029
[OpenMPOpt][SplitMemTransfer] Refactored API declarations ClosedPublic Authored by hamax97 on Sep 21 2020, 9:07 AM.
Details Summary 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.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Sep 21 2020, 1:45 PM This revision was landed with ongoing or failed builds.Sep 22 2020, 8:51 AM Closed by commit rGbd31abc1d0f1: [OpenMPOpt] Refactored "issue" and "wait" declarations for data map runtime… (authored by hamax97). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 293192 llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
llvm/lib/Transforms/IPO/OpenMPOpt.cpp
llvm/test/Transforms/OpenMP/hide_mem_transfer_latency.ll
|
clang-format: please reformat the code