[PATCH] D82719: [OpenMPOpt][SplitMemTransfer][WIP] Getting values stored in offload arrays

Hamilton Tobon-Mosquera via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 4 11:49:24 PDT 2020


hamax97 updated this revision to Diff 275514.
hamax97 retitled this revision from "[OpenMPOpt][SplitMemTransfer] Getting values stored in offload arrays" to "[OpenMPOpt][SplitMemTransfer][WIP] Getting values stored in offload arrays".
hamax97 added a comment.
Herald added a subscriber: mgorny.
Herald added a reviewer: sstefan1.
Herald added a reviewer: baziotis.

[WIP]

- Creating the first unit test for OpenMPOpt. This creation led me to move the declaration of OpenMPOpt and OMPInformationCache to OpenMPOpt.h.
- I propose refactoring the optimizations to separate structures so that they are easily maintainable and testable.


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

https://reviews.llvm.org/D82719

Files:
  llvm/include/llvm/Transforms/IPO/OpenMPOpt.h
  llvm/lib/Transforms/IPO/OpenMPOpt.cpp
  llvm/unittests/Transforms/IPO/CMakeLists.txt
  llvm/unittests/Transforms/IPO/OpenMPOpt/CMakeLists.txt
  llvm/unittests/Transforms/IPO/OpenMPOpt/HideMemTransferLatency.cpp
  llvm/unittests/Transforms/IPO/OpenMPOpt/OpenMPOptTest.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82719.275514.patch
Type: text/x-patch
Size: 60879 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200704/e07b31ba/attachment.bin>


More information about the llvm-commits mailing list