[Openmp-commits] [PATCH] D86781: [LIBOMPTARGET]Do not try to optimize bases for the next parameters.

George Rokos via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Aug 28 07:12:46 PDT 2020


grokos accepted this revision.
grokos added a comment.
This revision is now accepted and ready to land.

Looks good!



================
Comment at: openmp/libomptarget/src/omptarget.cpp:1066
+      // Can be marked for optimization if the next argument(s) do(es) not
+      // depend from this one.
+      const bool IsFirstPrivate =
----------------
depend on


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86781



More information about the Openmp-commits mailing list