[PATCH] D102008: [OpenMP]Add support for workshare loop modifier in lowering

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 25 07:15:57 PDT 2021


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

LGTM, thank you.



================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMPConstants.h:121
+  ModifierMonotonic =
+      (1 << 29), // Set if the monotonic schedule modifier was present */
   ModifierNonmonotonic =
----------------
Line comment does not need to end with `*/`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102008



More information about the llvm-commits mailing list