[flang-commits] [PATCH] D93105: [Flang][openmp][5.0] Add task_reduction clause.

sameeran joshi via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Dec 15 22:49:42 PST 2020


sameeranjoshi updated this revision to Diff 312117.
sameeranjoshi marked 4 inline comments as done.
sameeranjoshi added a comment.

Update `OmpReductionClause` to use `OmpObjectList`.
Make `OmpTaskReductionClause` depend on `OmpReductionClause`.
This change was needed to create consistency among the reduction clauses.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93105

Files:
  flang/include/flang/Parser/dump-parse-tree.h
  flang/include/flang/Parser/parse-tree.h
  flang/lib/Parser/openmp-parsers.cpp
  flang/lib/Parser/unparse.cpp
  flang/lib/Semantics/check-omp-structure.cpp
  flang/lib/Semantics/check-omp-structure.h
  flang/test/Semantics/omp-clause-validity01.f90
  llvm/include/llvm/Frontend/OpenMP/OMP.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93105.312117.patch
Type: text/x-patch
Size: 5650 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20201216/c1e2ef65/attachment.bin>


More information about the flang-commits mailing list