[PATCH] D86474: [OpenMPOpt][SplitMemTransfer] Grouping the setup instructions for the runtime call.

Hamilton Tobon Mosquera via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 10:26:18 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.

This is just a proposal on how to group the "issue" of the memory transfer  `__tgt_target_data_begin_mapper`.

Based on the information previously stored in `OffloadArrays`, that is the last stores made to each of the offload array, the structure `MemoryTransfer` groups these setup instructions into `Issue`.


https://reviews.llvm.org/D86474

Files:
  llvm/lib/Transforms/IPO/OpenMPOpt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86474.287436.patch
Type: text/x-patch
Size: 6649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200824/b16f03f5/attachment.bin>


More information about the llvm-commits mailing list