[Openmp-commits] [PATCH] D88829: [OpenMP][RTL] Remove dead code

Pushpinder Singh via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Oct 5 06:08:30 PDT 2020


pdhaliwal created this revision.
pdhaliwal added reviewers: jdoerfert, JonChesterfield.
Herald added subscribers: openmp-commits, cfe-commits, aaron.ballman, guansong, yaxunl, jvesely.
Herald added projects: clang, OpenMP.
pdhaliwal requested review of this revision.
Herald added a subscriber: sstefan1.

RequiresDataSharing was always 0, resulting dead code in device runtime library.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88829

Files:
  clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
  clang/test/OpenMP/amdgcn_target_codegen.cpp
  clang/test/OpenMP/nvptx_SPMD_codegen.cpp
  clang/test/OpenMP/nvptx_force_full_runtime_SPMD_codegen.cpp
  clang/test/OpenMP/nvptx_target_parallel_codegen.cpp
  clang/test/OpenMP/nvptx_target_parallel_num_threads_codegen.cpp
  clang/test/OpenMP/nvptx_target_parallel_proc_bind_codegen.cpp
  clang/test/OpenMP/nvptx_target_parallel_reduction_codegen.cpp
  clang/test/OpenMP/nvptx_target_simd_codegen.cpp
  clang/test/OpenMP/nvptx_target_teams_codegen.cpp
  clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_codegen.cpp
  clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_simd_codegen.cpp
  clang/test/OpenMP/nvptx_target_teams_distribute_simd_codegen.cpp
  openmp/libomptarget/deviceRTLs/common/omptarget.h
  openmp/libomptarget/deviceRTLs/common/src/omptarget.cu
  openmp/libomptarget/deviceRTLs/interface.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88829.296167.patch
Type: text/x-patch
Size: 123118 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20201005/1ec30636/attachment-0001.bin>


More information about the Openmp-commits mailing list