[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:28:27 PDT 2020


sstefan1 added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/OpenMPOpt.cpp:717
+      // 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.
----------------
nit: alias


================
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.
----------------
typo: alias


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86155/new/

https://reviews.llvm.org/D86155



More information about the llvm-commits mailing list