[PATCH] D91920: [Flang] [OpenMP] Add semantic checks for OpenMP firstprivate , lastprivate and copyprivate clauses
Praveen G via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 21 11:19:45 PST 2020
praveen created this revision.
praveen added reviewers: kiranchandramohan, clementval, SouraVX, kiranktp, sameeranjoshi.
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.
Add semantic checks and the corresponding lit test cases for the following OpenMP 4.5 clauses
- 2.15.4.2 - Copyprivate clause
- 2.15.3.4 - Firstprivate clause
- 2.15.3.5 - Lastprivate clause
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D91920
Files:
flang/include/flang/Semantics/symbol.h
flang/lib/Semantics/check-directive-structure.h
flang/lib/Semantics/check-omp-structure.cpp
flang/lib/Semantics/check-omp-structure.h
flang/lib/Semantics/resolve-directives.cpp
flang/test/Semantics/omp-clause-validity01.f90
flang/test/Semantics/omp-copyprivate01.f90
flang/test/Semantics/omp-copyprivate02.f90
flang/test/Semantics/omp-copyprivate03.f90
flang/test/Semantics/omp-copyprivate04.f90
flang/test/Semantics/omp-copyprivate05.f90
flang/test/Semantics/omp-firstprivate01.f90
flang/test/Semantics/omp-firstprivate02.f90
flang/test/Semantics/omp-firstprivate03.f90
flang/test/Semantics/omp-firstprivate04.f90
flang/test/Semantics/omp-lastprivate01.f90
flang/test/Semantics/omp-lastprivate02.f90
flang/test/Semantics/omp-lastprivate03.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91920.306863.patch
Type: text/x-patch
Size: 24949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201121/9763e05a/attachment.bin>
More information about the llvm-commits
mailing list