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

Yashaswini Hegde via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 11:21:54 PST 2021


yhegde updated this revision to Diff 319361.
yhegde marked an inline comment as done.
yhegde added a comment.

Code that are related to ordered clause and cycle stmts are modified to address the review comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92732

Files:
  flang/lib/Semantics/check-omp-structure.cpp
  flang/lib/Semantics/check-omp-structure.h
  flang/lib/Semantics/resolve-directives.cpp
  flang/test/Semantics/omp-do04.f90
  flang/test/Semantics/omp-do06-positivecases.f90
  flang/test/Semantics/omp-do06.f90
  flang/test/Semantics/omp-do08.f90
  flang/test/Semantics/omp-do09.f90
  flang/test/Semantics/omp-do10.f90
  flang/test/Semantics/omp-do11.f90
  flang/test/Semantics/omp-do12.f90
  flang/test/Semantics/omp-do13.f90
  flang/test/Semantics/omp-do14.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92732.319361.patch
Type: text/x-patch
Size: 31238 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210126/938d7bb7/attachment.bin>


More information about the llvm-commits mailing list