[PATCH] D89385: [Flang][OpenMP 4.5] Add semantic check for OpenMP copyin clause

Praveen G via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 14 04:48:38 PDT 2020


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

Semantic check for OpenMP 4.5 - 2.15.4.1 copyin clause.

Test cases : omp-copyin01.f90 , omp-copyin02.f90


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89385

Files:
  flang/include/flang/Semantics/symbol.h
  flang/lib/Semantics/resolve-directives.cpp
  flang/test/Semantics/omp-combined-constructs.f90
  flang/test/Semantics/omp-copyin01.f90
  flang/test/Semantics/omp-copyin02.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89385.298114.patch
Type: text/x-patch
Size: 7966 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201014/ab76e756/attachment.bin>


More information about the llvm-commits mailing list