[Openmp-commits] [PATCH] D90670: Simplifying memory globalization from the front end to move optimizations to the middle end.

Jose Manuel Monsalve Diaz via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Dec 8 09:12:53 PST 2020


josemonsalve2 updated this revision to Diff 310242.
josemonsalve2 added a comment.

Removing globalized record for parallel regions

When globalization occurs in parallel regions, a record was crerated that is not necessary anymore.
This is expected to be done in the back end.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90670/new/

https://reviews.llvm.org/D90670

Files:
  clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
  clang/lib/CodeGen/CGOpenMPRuntimeGPU.h
  clang/test/OpenMP/nvptx_data_sharing.cpp
  llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
  openmp/libomptarget/deviceRTLs/common/src/data_sharing.cu
  openmp/libomptarget/deviceRTLs/interface.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90670.310242.patch
Type: text/x-patch
Size: 37156 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20201208/e4bc00f9/attachment-0001.bin>


More information about the Openmp-commits mailing list