[Openmp-commits] [PATCH] D132209: [Clang][OpenMP] Make copyin clause on combined and composite construct work

Yuichiro Utsumi via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Aug 19 01:02:41 PDT 2022


yutsumi created this revision.
yutsumi added reviewers: ABataev, jdoerfert, cchen.
Herald added subscribers: guansong, yaxunl.
Herald added a project: All.
yutsumi requested review of this revision.
Herald added subscribers: openmp-commits, cfe-commits, sstefan1.
Herald added projects: clang, OpenMP.

Make copyin clause on the following constructs work.

- parallel for
- parallel for simd
- parallel sections

Fixes https://github.com/llvm/llvm-project/issues/55547


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132209

Files:
  clang/lib/CodeGen/CGStmtOpenMP.cpp
  openmp/runtime/test/parallel/omp_parallel_copyin_combined.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132209.453908.patch
Type: text/x-patch
Size: 5740 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220819/1e8dda4c/attachment.bin>


More information about the Openmp-commits mailing list