[PATCH] D142796: Flang semantic check support for tile and unroll OpenMP Directive.

Abid via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 1 17:58:48 PST 2023


abidmalikwaterloo updated this revision to Diff 501716.
abidmalikwaterloo added a comment.
Herald added subscribers: llvm-commits, zzheng.
Herald added a reviewer: sscalpone.
Herald added a project: LLVM.

Update the patch with basic support for semantic checks of
OpenMP Tile and Unroll Constructs
OpenMP 5.1


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142796

Files:
  flang/lib/Parser/openmp-parsers.cpp
  flang/lib/Semantics/check-omp-structure.cpp
  flang/lib/Semantics/check-omp-structure.h
  flang/test/Parser/omp-tile-size.f90
  flang/test/Semantics/OpenMP/omp-do-tile.f90
  flang/test/Semantics/OpenMP/omp-do-unroll.f90
  llvm/include/llvm/Frontend/OpenMP/OMP.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142796.501716.patch
Type: text/x-patch
Size: 10112 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230302/e0c2047a/attachment.bin>


More information about the llvm-commits mailing list