[PATCH] D105375: [OPENMP]Remove const firstprivate allocation as a variable in a constant space.

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 2 13:47:44 PDT 2021


ABataev created this revision.
ABataev added reviewers: jdoerfert, vzakharin, mikerice.
Herald added subscribers: guansong, yaxunl.
ABataev requested review of this revision.
Herald added a subscriber: sstefan1.
Herald added a project: clang.

Current implementation is not compatible with asynchronous target
regions, need to remove it.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105375

Files:
  clang/lib/CodeGen/CGOpenMPRuntime.cpp
  clang/lib/CodeGen/CGOpenMPRuntime.h
  clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
  clang/lib/CodeGen/CGOpenMPRuntimeGPU.h
  clang/lib/CodeGen/CGStmtOpenMP.cpp
  clang/test/OpenMP/nvptx_target_firstprivate_codegen.cpp
  clang/test/OpenMP/target_firstprivate_codegen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105375.356270.patch
Type: text/x-patch
Size: 13925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210702/c2636cbb/attachment.bin>


More information about the cfe-commits mailing list