[PATCH] D89395: [Flang][OpenMP 4.5] Add semantic check for OpenMP shared and private clause

Yashaswini Hegde via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 14 07:59:06 PDT 2020


yhegde created this revision.
yhegde added reviewers: kiranchandramohan, richard.barton.arm, DavidTruby.
yhegde added a project: Flang.
Herald added subscribers: llvm-commits, jdoerfert, guansong, yaxunl.
Herald added a project: LLVM.
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.2 and 2.15.3.3 shared and private clause

Test cases : omp-parallel-shared.f90  and  omp-parallel-private.f90


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89395

Files:
  flang/lib/Semantics/check-directive-structure.h
  flang/lib/Semantics/check-omp-structure.cpp
  flang/test/Semantics/omp-parallel-private.f90
  flang/test/Semantics/omp-parallel-shared.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89395.298153.patch
Type: text/x-patch
Size: 6041 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201014/97a7d857/attachment.bin>


More information about the llvm-commits mailing list