[PATCH] D148254: [OpenMP][Flang][Semantics] Add semantics support for USE_DEVICE_PTR clause on OMP TARGET DATA directive.

Raghu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 10:14:02 PDT 2023


raghavendhra created this revision.
Herald added subscribers: sunshaoce, guansong, yaxunl.
Herald added a reviewer: sscalpone.
Herald added a reviewer: kiranchandramohan.
Herald added projects: Flang, All.
raghavendhra requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, jplehr, sstefan1, jdoerfert.
Herald added a project: LLVM.

Initial support for USE_DEVICE_PTR clause on OMP TARGET DATA directive.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148254

Files:
  flang/include/flang/Semantics/symbol.h
  flang/lib/Parser/openmp-parsers.cpp
  flang/lib/Semantics/check-omp-structure.cpp
  flang/lib/Semantics/resolve-directives.cpp
  flang/test/Semantics/OpenMP/use_device_ptr.f90
  llvm/include/llvm/Frontend/OpenMP/OMP.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148254.513293.patch
Type: text/x-patch
Size: 4250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230413/62e219d6/attachment.bin>


More information about the llvm-commits mailing list