[PATCH] D84593: [OpenMPOpt][SplitMemTransfer][WIP] Where to move the issue

Hamilton Tobon-Mosquera via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 25 17:38:04 PDT 2020


hamax97 created this revision.
hamax97 added reviewers: jdoerfert, sstefan1.
hamax97 added projects: LLVM, OpenMP.
Herald added subscribers: llvm-commits, guansong, hiraditya, yaxunl.

Detecting where the "issue" of the memory transfer will be moved.

- Problem when getting aliasing results of a call instruction. Returns `MayAlias` even if the offload region has the `noalias` modifier.


https://reviews.llvm.org/D84593

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84593.280703.patch
Type: text/x-patch
Size: 12634 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200726/40be416a/attachment.bin>


More information about the llvm-commits mailing list