[Openmp-commits] [PATCH] D109165: [OpenMP] Add callback annotation to `__kmpc_parallel_51`

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Sep 2 09:22:11 PDT 2021


jdoerfert created this revision.
jdoerfert added reviewers: jhuber6, ggeorgakoudis.
Herald added subscribers: ormris, guansong, bollu, hiraditya, yaxunl.
jdoerfert requested review of this revision.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.

Regardless of the linking of the device runtime we want to ensure the
`__kmpc_parallel_51` will have callback annotations.

Depends on D102107 <https://reviews.llvm.org/D102107>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109165

Files:
  llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
  llvm/lib/Transforms/IPO/OpenMPOpt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109165.370294.patch
Type: text/x-patch
Size: 6492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210902/177e171c/attachment.bin>


More information about the Openmp-commits mailing list