Semantic check for OpenMP 4.5 - 2.15.3.1 default clause
Test cases :
omp-parallel-default.f90
omp-task-default.f90
omp-taskloop-default.f90
omp-teams-default.f90
Paths
| Differential D89861
[Flang][OpenMP 4.5] Add semantic check for OpenMP default clause ClosedPublic Authored by yhegde on Oct 21 2020, 2:53 AM.
Details Summary Semantic check for OpenMP 4.5 - 2.15.3.1 default clause Test cases :
Diff Detail
Unit TestsFailed
Event TimelineHerald added subscribers: llvm-commits, jdoerfert, guansong, yaxunl. · View Herald TranscriptOct 21 2020, 2:53 AM clementval added inline comments. This revision now requires changes to proceed.Oct 21 2020, 11:35 AM Comment Actions Semantic check for OpenMP 4.5 - 2.15.3.1 default clause Test case: Comment Actions Changes in OMP.td look good to me. Maybe wait on approval from one of the OpenMP people (maybe @kiranchandramohan @SouraVX can have a look) This revision is now accepted and ready to land.Oct 23 2020, 7:26 AM
Revision Contents
Diff 300751 flang/test/Semantics/omp-default.f90
flang/test/Semantics/omp-default02.f90
llvm/include/llvm/Frontend/OpenMP/OMP.td
|
Nit: Please add a positive test as well.