[PATCH] D99530: [OPENMP]Fix PR49098: respect firstprivate of declare target variable.

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 29 11:53:16 PDT 2021


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

Need to respect mapping/privatization of declare target variables in the
target regions if explicitly specified by the user.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99530

Files:
  clang/lib/Sema/SemaOpenMP.cpp
  clang/test/OpenMP/target_firstprivate_codegen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99530.333952.patch
Type: text/x-patch
Size: 8142 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210329/db591820/attachment-0001.bin>


More information about the cfe-commits mailing list