[all-commits] [llvm/llvm-project] 2e2cae: [Clang][OpenMP] Make copyin clause on combined and...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Tue Aug 23 08:01:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e2caea37f4b70568cec180e5af12ee532aba0af
https://github.com/llvm/llvm-project/commit/2e2caea37f4b70568cec180e5af12ee532aba0af
Author: utsumi <utsumi.yuichiro at jp.fujitsu.com>
Date: 2022-08-23 (Tue, 23 Aug 2022)
Changed paths:
M clang/lib/CodeGen/CGStmtOpenMP.cpp
A clang/test/OpenMP/parallel_copyin_combined_codegen.c
A openmp/runtime/test/parallel/omp_parallel_copyin_combined.c
Log Message:
-----------
[Clang][OpenMP] Make copyin clause on combined and composite construct work (patch by Yuichiro Utsumi (utsumi.yuichiro at fujitsu.com))
Make copyin clause on the following constructs work.
- parallel for
- parallel for simd
- parallel sections
Fixes https://github.com/llvm/llvm-project/issues/55547
Patch by Yuichiro Utsumi (utsumi.yuichiro at fujitsu.com)
Reviewed By: ABataev
Differential Revision: https://reviews.llvm.org/D132209
More information about the All-commits
mailing list