[PATCH] D85535: [OpenMPOpt][SplitMemTransfer][WIP] Splitting the runtime call __tgt_target_data_begin

Hamilton Tobon-Mosquera via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 09:00:39 PDT 2020


hamax97 updated this revision to Diff 285094.
hamax97 added a comment.

- Splitting patch into canBeMoved logic <https://reviews.llvm.org/D85840> and splitting the runtime call.
- Fix to minor bug in `detectIssue`.
- Update regression test. Now checks that the runtime call `__tgt_target_data_begin` is successfully split. Not sure if this should go in another patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85535/new/

https://reviews.llvm.org/D85535

Files:
  llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
  llvm/include/llvm/Transforms/IPO/OpenMPOpt.h
  llvm/lib/Transforms/IPO/OpenMPOpt.cpp
  llvm/test/Transforms/OpenMP/hide_mem_transfer_latency.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85535.285094.patch
Type: text/x-patch
Size: 29975 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200812/a88bf37b/attachment.bin>


More information about the llvm-commits mailing list