This is an archive of the discontinued LLVM Phabricator instance.

[OpenMPOpt][SplitMemTransfer][WIP] Detect issue
AbandonedPublic

Authored by hamax97 on Jul 25 2020, 5:38 PM.

Details

Summary

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.

Diff Detail

Event Timeline

hamax97 created this revision.Jul 25 2020, 5:38 PM
hamax97 updated this revision to Diff 282314.Jul 31 2020, 2:36 PM
  • Fix code style issue.
  • Problem with getModRefInfo, it always returns that a value V may be modified, even when running opt with -aa-pipeline=basic-aa.
hamax97 retitled this revision from [OpenMPOpt][SplitMemTransfer][WIP] Where to move the issue to [OpenMPOpt][SplitMemTransfer][WIP] Detect issue.
hamax97 abandoned this revision.Aug 24 2020, 10:18 AM