This patch gives basic parsing and semantic support for "parallel masked taskloop" construct introduced in OpenMP 5.1 ( section 2.16.9)
Details
Details
Summary
Diff Detail
Diff Detail
Event Timeline
clang/lib/Sema/SemaOpenMP.cpp | ||
---|---|---|
6284–6285 | Add a check for OpenMP 51, please |
mdfazlay marked an inline comment as done.
This revision is now accepted and ready to land.Jun 30 2022, 10:46 AM
This revision was landed with ongoing or failed builds.Jun 30 2022, 11:44 AM
Closed by commit rGd64ba896d376: [OpenMP] Initial parsing and sema support for 'parallel masked taskloop'… (authored by mdfazlay, committed by mikerice). · Explain Why
This revision was automatically updated to reflect the committed changes.
Add a check for OpenMP 51, please