[PATCH] D85535: [OpenMPOpt][SplitMemTransfer][WIP] Splitting the runtime call __tgt_target_data_begin
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 09:04:28 PDT 2020
jdoerfert added a comment.
Is this a diff against master?
================
Comment at: llvm/lib/Transforms/IPO/OpenMPOpt.cpp:558
+ if (After)
+ moveIssue(After);
+
----------------
Let's remove all the move code from this one.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85535/new/
https://reviews.llvm.org/D85535
More information about the llvm-commits
mailing list