[PATCH] D96686: [Flang][OpenMP 4.5] Add semantic check for OpenMP Do Loop Constructs for Threadprivate

Yashaswini Hegde via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 14 23:10:29 PST 2021


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

Semantic check for OpenMP 4.5 - 2.7.1 Do Loop restrictions for Threadprivate.
Implementation of  Do loop threadprivate check.

This PR is created based on the review comments on the review PR https://reviews.llvm.org/D92732

File:
resolve-directives.cpp

Tescases:
omp-do04.f90
omp-do04-positivecase.f90


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96686

Files:
  flang/lib/Semantics/resolve-directives.cpp
  flang/test/Semantics/omp-do04-positivecase.f90
  flang/test/Semantics/omp-do04.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96686.323670.patch
Type: text/x-patch
Size: 4659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210215/de14d60f/attachment.bin>


More information about the llvm-commits mailing list