[PATCH] D86300: [OpenMPOpt][SplitMemTransfer] Getting values stored in offload arrays
Hamilton Tobon Mosquera via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 31 09:22:33 PDT 2020
hamax97 updated this revision to Diff 288964.
hamax97 added a comment.
- Removing factory function for `OffloadArray`, now using it as member function.
- Calculating the accessed index of the `OffloadArray` using the offset returned by `GetPointerBaseWithConstantOffset`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86300/new/
https://reviews.llvm.org/D86300
Files:
llvm/lib/Transforms/IPO/OpenMPOpt.cpp
llvm/test/Transforms/OpenMP/values_in_offload_arrays.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86300.288964.patch
Type: text/x-patch
Size: 10343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200831/361b0648/attachment.bin>
More information about the llvm-commits
mailing list