[PATCH] D93205: [Flang][OpenMP 4.5] Add semantic check for OpenMP Do Loop Constructs for single directive

Yashaswini Hegde via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 04:24:12 PST 2020


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

Semantic check for OpenMP 4.5 - 2.7.1 Do Loop restrictions on single directive and firstprivate clause.

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

Testcases:
omp-do01.f90
omp-do05.f90


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93205

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-do01.f90
  flang/test/Semantics/omp-do05.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93205.311546.patch
Type: text/x-patch
Size: 6423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201214/4508c471/attachment.bin>


More information about the llvm-commits mailing list