[PATCH] D101503: [OpenMPIRBuilder] Add createOffloadMaptypes and createOffloadMapnames functions

Valentin Clement via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 28 18:06:17 PDT 2021


clementval created this revision.
clementval added reviewers: jdoerfert, kiranchandramohan.
Herald added subscribers: rriddle, guansong, hiraditya, yaxunl.
clementval requested review of this revision.
Herald added subscribers: llvm-commits, cfe-commits, sstefan1, stephenneuendorffer.
Herald added projects: clang, LLVM.

Add function to create the offload_maptypes and the offload_mapnames globals. These two functions
are used in clang. They will be used in the Flang/MLIR lowering as well.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101503

Files:
  clang/lib/CodeGen/CGOpenMPRuntime.cpp
  llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
  llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101503.341371.patch
Type: text/x-patch
Size: 5422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210429/493bfe3a/attachment-0001.bin>


More information about the cfe-commits mailing list