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.
Paths
| Differential D84593
[OpenMPOpt][SplitMemTransfer][WIP] Detect issue AbandonedPublic Authored by hamax97 on Jul 25 2020, 5:38 PM.
Details
Diff Detail Event TimelineHerald added subscribers: llvm-commits, guansong, hiraditya, yaxunl. · View Herald TranscriptJul 25 2020, 5:38 PM Comment Actions
hamax97 added a child revision: D85840: [OpenMPOpt][SplitMemTransfer] Is it possible/worth it to split the runtime call?.Aug 12 2020, 1:26 PM hamax97 retitled this revision from [OpenMPOpt][SplitMemTransfer][WIP] Where to move the issue to [OpenMPOpt][SplitMemTransfer][WIP] Detect issue. hamax97 added a parent revision: D82719: [OpenMPOpt][SplitMemTransfer][WIP] Getting values stored in offload arrays.
Revision Contents
Diff 280703 llvm/include/llvm/Transforms/IPO/OpenMPOpt.h
llvm/lib/Transforms/IPO/OpenMPOpt.cpp
|