[PATCH] D84182: [OPENMP]Fix PR46012: declare target pointer cannot be accessed in target region.

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 20 09:24:39 PDT 2020


ABataev created this revision.
ABataev added reviewers: jdoerfert, ye-luo.
Herald added subscribers: sstefan1, guansong, yaxunl.
Herald added a project: clang.

Need to avoid an optimization for base pointer mapping for target data
directives.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84182

Files:
  clang/lib/CodeGen/CGOpenMPRuntime.cpp
  clang/test/OpenMP/target_data_codegen.cpp
  clang/test/OpenMP/target_data_use_device_ptr_codegen.cpp
  clang/test/OpenMP/target_update_codegen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84182.279276.patch
Type: text/x-patch
Size: 42908 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200720/d1b92b73/attachment-0001.bin>


More information about the cfe-commits mailing list