[all-commits] [llvm/llvm-project] b8d523: [OpenMP]Update use_device_clause lowering
Akash Banerjee via All-commits
all-commits at lists.llvm.org
Tue Sep 3 06:16:39 PDT 2024
Branch: refs/heads/users/akash/use-device-lowering-1
Home: https://github.com/llvm/llvm-project
Commit: b8d523adfca364fc114d7a8a5e2675cf774c52a6
https://github.com/llvm/llvm-project/commit/b8d523adfca364fc114d7a8a5e2675cf774c52a6
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2024-09-03 (Tue, 03 Sep 2024)
Changed paths:
M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
M flang/lib/Lower/OpenMP/ClauseProcessor.h
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
M flang/test/Lower/OpenMP/target.f90
M flang/test/Lower/OpenMP/use-device-ptr-to-use-device-addr.f90
Log Message:
-----------
[OpenMP]Update use_device_clause lowering
This patch updates the use_device_ptr and use_device_addr clauses to use the mapInfoOps for lowering. This allows all the types that are handle by the map clauses such as derived types to also be supported by the use_device_clauses.
This is patch 1/2 in a series of patches.
Co-authored-by: Raghu Maddhipatla raghu.maddhipatla at amd.com
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list