[PATCH] D90697: [Flang][OpenMP 4.5] Add semantic check for OpenMP Reduction Clause

Yashaswini Hegde via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 3 10:52:19 PST 2020


yhegde created this revision.
yhegde added reviewers: kiranchandramohan, clementval, richard.barton.arm, DavidTruby.
yhegde added projects: Flang, OpenMP, LLVM.
Herald added subscribers: llvm-commits, jdoerfert, guansong, yaxunl.
yhegde requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.

Semantic check for OpenMP 4.5 - 2.15.3.6 Reduction clause

Files:
check-directive-structure.h
check-omp-structure.h
check-omp-structure.cpp

Test cases:	
omp-reduction01.f90
omp-reduction02.f90
omp-reduction03.f90
omp-reduction04.f90
omp-reduction05.f90
omp-reduction06.f90	
omp-reduction07.f90
omp-reduction08.f90


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90697

Files:
  flang/lib/Semantics/check-directive-structure.h
  flang/lib/Semantics/check-omp-structure.cpp
  flang/lib/Semantics/check-omp-structure.h
  flang/test/Semantics/omp-reduction01.f90
  flang/test/Semantics/omp-reduction02.f90
  flang/test/Semantics/omp-reduction03.f90
  flang/test/Semantics/omp-reduction04.f90
  flang/test/Semantics/omp-reduction05.f90
  flang/test/Semantics/omp-reduction06.f90
  flang/test/Semantics/omp-reduction07.f90
  flang/test/Semantics/omp-reduction08.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90697.302618.patch
Type: text/x-patch
Size: 16010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201103/acfda590/attachment.bin>


More information about the llvm-commits mailing list