[PATCH] D86155: [OpenMPOpt][SplitMemTransfer] Moving the "wait" down
Stefan Stipanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 19 00:30:24 PDT 2020
sstefan1 added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/OpenMPOpt.cpp:723
+ // TODO: Once we detect the regions to be offloaded we should use the
+ // alyas analysis manager to check if CurrentI may modify one of
+ // the offloaded regions.
----------------
sstefan1 wrote:
> typo: alias
ignore this one, sorry
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86155/new/
https://reviews.llvm.org/D86155
More information about the llvm-commits
mailing list