[OpenMP][Flang][Semantics] Add semantics support for USE_DEVICE_PTR clause on OMP...
authorRaghu Maddhipatla <Raghu.Maddhipatla@amd.com>
Thu, 13 Apr 2023 16:33:21 +0000 (11:33 -0500)
committerRaghu Maddhipatla <Raghu.Maddhipatla@amd.com>
Thu, 27 Apr 2023 01:17:12 +0000 (20:17 -0500)
commitd6ef90f64c48b2bfb3406e9d96a61ae69d311b85
tree17aa495b2deefa4849dca3081f0bba37ac170f05
parentb1465cd49efcbc114a75220b153f5a055ce7911f
[OpenMP][Flang][Semantics] Add semantics support for USE_DEVICE_PTR clause on OMP TARGET DATA directive.

Initial support for USE_DEVICE_PTR clause on OMP TARGET DATA directive.

Reviewed By: kiranchandramohan

Differential Revision: https://reviews.llvm.org/D148254
flang/docs/OpenMP-semantics.md
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/lib/Semantics/resolve-names.cpp
flang/test/Semantics/OpenMP/use_device_ptr.f90 [new file with mode: 0644]
llvm/include/llvm/Frontend/OpenMP/OMP.td