[Openmp-commits] [PATCH] D134186: [Clang][OpenMP] Codegen generation for has_device_addr claues.
Jennifer Yu via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Sep 19 08:06:16 PDT 2022
jyu2 created this revision.
jyu2 added reviewers: ABataev, jdoerfert, mikerice.
jyu2 added projects: OpenMP, clang.
Herald added subscribers: guansong, yaxunl.
Herald added a project: All.
jyu2 requested review of this revision.
Herald added subscribers: openmp-commits, cfe-commits, sstefan1.
This patch add codegen support for the has_device_addr clause. It use the same logic of is_device_ptr.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D134186
Files:
clang/lib/CodeGen/CGOpenMPRuntime.cpp
clang/test/OpenMP/target_has_device_addr_codegen.cpp
clang/test/OpenMP/target_has_device_addr_codegen_01.cpp
openmp/libomptarget/test/mapping/has_device_addr.cpp
openmp/libomptarget/test/mapping/target_has_device_addr.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134186.461212.patch
Type: text/x-patch
Size: 153511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220919/565cc0ab/attachment-0001.bin>
More information about the Openmp-commits
mailing list