[all-commits] [llvm/llvm-project] 7e9351: [libomptarget][amdgpu][nfc] Remove dead code from ...
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Thu May 6 15:16:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e9351b9dee225b9ab12ee9bbfc9f8b96ddd1a1d
https://github.com/llvm/llvm-project/commit/7e9351b9dee225b9ab12ee9bbfc9f8b96ddd1a1d
Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
Date: 2021-05-06 (Thu, 06 May 2021)
Changed paths:
M openmp/libomptarget/plugins/amdgpu/impl/atmi.h
M openmp/libomptarget/plugins/amdgpu/impl/data.cpp
M openmp/libomptarget/plugins/amdgpu/impl/internal.h
M openmp/libomptarget/plugins/amdgpu/impl/system.cpp
M openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
Log Message:
-----------
[libomptarget][amdgpu][nfc] Remove dead code from amdgpu plugin
[libomptarget][amdgpu][nfc] Remove dead code from amdgpu plugin
Drops an enum that was identical to a HSA one, localises some functions where
they were only called from one TU. Covers everything internalize + adce can
identify as dead, except for msgpack::dump which is useful when debugging.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D102014
More information about the All-commits
mailing list