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

sameeran joshi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 11 04:37:01 PST 2020


sameeranjoshi created this revision.
sameeranjoshi added a reviewer: kiranchandramohan.
Herald added subscribers: guansong, yaxunl.
Herald added a reviewer: sscalpone.
sameeranjoshi requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.

See OMP-5.0 2.19.5.5 task_reduction Clause To add a positive test case we need taskgroup directive which is not added hence skipping the test.


Repository:
  rG LLVM Github Monorepo

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.311168.patch
Type: text/x-patch
Size: 5512 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201211/44def066/attachment.bin>


More information about the llvm-commits mailing list