Make copyin clause on the following constructs work.
- parallel for
- parallel for simd
- parallel sections
Paths
| Differential D132209
[Clang][OpenMP] Make copyin clause on combined and composite construct work ClosedPublic Authored by yutsumi on Aug 19 2022, 1:02 AM.
Details Summary Make copyin clause on the following constructs work.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 19 2022, 1:02 AM This revision is now accepted and ready to land.Aug 22 2022, 5:11 AM Comment Actions @ABataev , could you please commit this patch because I don't have commit access yet? Thank you for the review! Comment Actions
Sure, will do it tomorrow. Closed by commit rG2e2caea37f4b: [Clang][OpenMP] Make copyin clause on combined and composite construct work… (authored by yutsumi, committed by ABataev). · Explain WhyAug 23 2022, 8:02 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 454846 clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/test/OpenMP/parallel_copyin_combined_codegen.c
openmp/runtime/test/parallel/omp_parallel_copyin_combined.c
|