This patch adds the check for specifying both simdlen and safelen clauses on the 'distribute simd' or 'distribute parallel for simd' constructs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D22384
[OpenMP] add check for both simdlen and safelen clauses specified ClosedPublic Authored by kkwli0 on Jul 14 2016, 2:49 PM.
Details Summary This patch adds the check for specifying both simdlen and safelen clauses on the 'distribute simd' or 'distribute parallel for simd' constructs.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 14 2016, 7:47 PM Closed by commit rL275529: [OpenMP] add check for both simdlen and safelen clauses specified (authored by kli). · Explain WhyJul 14 2016, 9:46 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 64087 cfe/trunk/lib/Sema/SemaOpenMP.cpp
cfe/trunk/test/OpenMP/distribute_parallel_for_simd_misc_messages.c
cfe/trunk/test/OpenMP/distribute_simd_misc_messages.c
cfe/trunk/test/OpenMP/target_parallel_for_simd_misc_messages.c
|