[PATCH] D84593: [OpenMPOpt][SplitMemTransfer][WIP] Where to move the issue
Hamilton Tobon-Mosquera via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 31 14:36:06 PDT 2020
hamax97 updated this revision to Diff 282314.
hamax97 added a comment.
- 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`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84593/new/
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.282314.patch
Type: text/x-patch
Size: 13489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200731/f1e9ca1b/attachment.bin>
More information about the llvm-commits
mailing list