[all-commits] [llvm/llvm-project] d99627: [OpenMP]Update use_device_clause lowering
Akash Banerjee via All-commits
all-commits at lists.llvm.org
Fri Aug 2 09:11:13 PDT 2024
Branch: refs/heads/users/akash/use-device-lowering-1
Home: https://github.com/llvm/llvm-project
Commit: d9962779563e7bc9993823050c6e04829a7531f8
https://github.com/llvm/llvm-project/commit/d9962779563e7bc9993823050c6e04829a7531f8
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2024-08-02 (Fri, 02 Aug 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/Transforms/OMPMapInfoFinalization.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