[PATCH] D124156: [flang][OpenMP] Added parser support for in_reduction clause on OpenMP Task directive

Peixin Qiao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 23:28:44 PDT 2022


peixin added a comment.

Does this need changes in `flang/examples/FlangOmpReport/FlangOmpReportVisitor.cpp`? @kiranchandramohan



================
Comment at: flang/include/flang/Parser/parse-tree.h:3436
 
+// OMP 5.0 2.19.5.6 in-reduction-clause -> IN_REDUCTION (reduction-identifier:
+//                                                      variable-name-list)
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124156



More information about the llvm-commits mailing list