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

Mats Petersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 03:07:25 PDT 2021


Leporacanthicus marked an inline comment as done.
Leporacanthicus added inline comments.


================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMPConstants.h:121
+  ModifierMonotonic =
+      (1 << 29), // Set if the monotonic schedule modifier was present */
   ModifierNonmonotonic =
----------------
Meinersbur wrote:
> Line comment does not need to end with `*/`
Thanks. I thought I'd fixed that earlier, but was probably on a different branch.


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