[all-commits] [llvm/llvm-project] d6ef90: [OpenMP][Flang][Semantics] Add semantics support f...
raghavendhra via All-commits
all-commits at lists.llvm.org
Wed Apr 26 18:17:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d6ef90f64c48b2bfb3406e9d96a61ae69d311b85
https://github.com/llvm/llvm-project/commit/d6ef90f64c48b2bfb3406e9d96a61ae69d311b85
Author: Raghu Maddhipatla <Raghu.Maddhipatla at amd.com>
Date: 2023-04-26 (Wed, 26 Apr 2023)
Changed paths:
M flang/docs/OpenMP-semantics.md
M flang/include/flang/Semantics/symbol.h
M flang/lib/Parser/openmp-parsers.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/resolve-directives.cpp
M flang/lib/Semantics/resolve-names.cpp
A flang/test/Semantics/OpenMP/use_device_ptr.f90
M llvm/include/llvm/Frontend/OpenMP/OMP.td
Log Message:
-----------
[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
More information about the All-commits
mailing list