[PATCH] D150428: [flang][openmp] Allocators construct semantic checks

Ethan Luis McDonough via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 12:41:54 PDT 2023


elmcdonough updated this revision to Diff 534702.
elmcdonough marked 4 inline comments as done.
elmcdonough added a comment.

Added more tests and adjusted `Allocate` OMP clause to modify `isPredefinedAllocator`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150428

Files:
  flang/include/flang/Parser/parse-tree.h
  flang/include/flang/Semantics/symbol.h
  flang/lib/Semantics/check-omp-structure.cpp
  flang/lib/Semantics/check-omp-structure.h
  flang/lib/Semantics/resolve-directives.cpp
  flang/test/Semantics/OpenMP/allocators01.f90
  flang/test/Semantics/OpenMP/allocators02.f90
  flang/test/Semantics/OpenMP/allocators03.f90
  flang/test/Semantics/OpenMP/allocators04.f90
  flang/test/Semantics/OpenMP/allocators05.f90
  flang/test/Semantics/OpenMP/allocators06.f90
  llvm/include/llvm/Frontend/OpenMP/OMP.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150428.534702.patch
Type: text/x-patch
Size: 19367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230626/de4316fb/attachment.bin>


More information about the llvm-commits mailing list