[PATCH] D100041: [flang][OpenMP] Add semantic checks for strict nesting inside `teams` construct.

Arnamoy B via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 14 13:00:04 PDT 2021


arnamoy10 updated this revision to Diff 337531.
arnamoy10 added a comment.

As per reviewers suggestion, following a bottom-up approach (instead of the previously implemented top down approach) to find the violations.

Modified the test case to add the suggested test case.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100041/new/

https://reviews.llvm.org/D100041

Files:
  flang/lib/Semantics/check-omp-structure.cpp
  flang/lib/Semantics/check-omp-structure.h
  flang/test/Semantics/omp-combined-constructs.f90
  flang/test/Semantics/omp-device-constructs.f90
  flang/test/Semantics/omp-nested-distribute.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100041.337531.patch
Type: text/x-patch
Size: 11163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210414/e0748d7a/attachment.bin>


More information about the llvm-commits mailing list