[all-commits] [llvm/llvm-project] 737c4a: [clang][openmp][NFC] Remove arch-specific CGOpenMP...
Atmn Patel via All-commits
all-commits at lists.llvm.org
Tue Nov 9 12:11:24 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 737c4a2673da5829caba3e45af67d0eaa611b77a
https://github.com/llvm/llvm-project/commit/737c4a2673da5829caba3e45af67d0eaa611b77a
Author: Atmn Patel <atmndp at gmail.com>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
R clang/lib/CodeGen/CGOpenMPRuntimeAMDGCN.cpp
R clang/lib/CodeGen/CGOpenMPRuntimeAMDGCN.h
M clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
M clang/lib/CodeGen/CGOpenMPRuntimeGPU.h
R clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
R clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
M clang/lib/CodeGen/CMakeLists.txt
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/test/OpenMP/nvptx_parallel_codegen.cpp
M clang/test/OpenMP/nvptx_target_parallel_reduction_codegen.cpp
M clang/test/OpenMP/nvptx_target_parallel_reduction_codegen_tbaa_PR46146.cpp
M clang/test/OpenMP/nvptx_teams_reduction_codegen.cpp
M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
M openmp/libomptarget/DeviceRTL/include/Interface.h
M openmp/libomptarget/DeviceRTL/src/Mapping.cpp
M openmp/libomptarget/DeviceRTL/src/Utils.cpp
M openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.hip
M openmp/libomptarget/deviceRTLs/common/include/target/shuffle.h
M openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.cu
Log Message:
-----------
[clang][openmp][NFC] Remove arch-specific CGOpenMPRuntimeGPU files
The existing CGOpenMPRuntimeAMDGCN and CGOpenMPRuntimeNVPTX classes are
just code bloat. By removing them, the codebase gets a bit cleaner.
Reviewed By: jdoerfert, JonChesterfield, tianshilei1992
Differential Revision: https://reviews.llvm.org/D113421
More information about the All-commits
mailing list