This patch gives basic parsing and semantic support for "masked taskloop" construct introduced in OpenMP 5.1 ( section 2.16.7)
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Paths
| Differential D128478
[OpenMP] Initial parsing and sema support for 'masked taskloop' construct ClosedPublic Authored by mdfazlay on Jun 23 2022, 4:28 PM.
Details Summary This patch gives basic parsing and semantic support for "masked taskloop" construct introduced in OpenMP 5.1 ( section 2.16.7)
Diff Detail
Unit TestsFailed Event TimelineThis revision is now accepted and ready to land.Jun 24 2022, 6:29 AM This revision was landed with ongoing or failed builds.Jun 24 2022, 10:01 AM Closed by commit rG42bb88e2aaee: [OpenMP] Initial parsing and sema support for 'masked taskloop' construct (authored by mdfazlay, committed by mikerice). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 439565 clang/include/clang-c/Index.h
clang/include/clang/AST/RecursiveASTVisitor.h
clang/include/clang/AST/StmtOpenMP.h
clang/include/clang/Basic/StmtNodes.td
clang/include/clang/Sema/Sema.h
clang/include/clang/Serialization/ASTBitCodes.h
clang/lib/AST/StmtOpenMP.cpp
clang/lib/AST/StmtPrinter.cpp
clang/lib/AST/StmtProfile.cpp
clang/lib/Basic/OpenMPKinds.cpp
clang/lib/CodeGen/CGStmt.cpp
clang/lib/Parse/ParseOpenMP.cpp
clang/lib/Sema/SemaExceptionSpec.cpp
clang/lib/Sema/SemaOpenMP.cpp
clang/lib/Sema/TreeTransform.h
clang/lib/Serialization/ASTReaderStmt.cpp
clang/lib/Serialization/ASTWriterStmt.cpp
clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
clang/test/Analysis/cfg-openmp.cpp
clang/test/OpenMP/masked_taskloop_ast_print.cpp
clang/test/OpenMP/masked_taskloop_collapse_messages.cpp
clang/test/OpenMP/masked_taskloop_final_messages.cpp
clang/test/OpenMP/masked_taskloop_firstprivate_messages.cpp
clang/test/OpenMP/masked_taskloop_grainsize_messages.cpp
clang/test/OpenMP/masked_taskloop_in_reduction_messages.cpp
clang/test/OpenMP/masked_taskloop_lastprivate_messages.cpp
clang/test/OpenMP/masked_taskloop_loop_messages.cpp
clang/test/OpenMP/masked_taskloop_num_tasks_messages.cpp
clang/test/OpenMP/masked_taskloop_priority_messages.cpp
clang/test/OpenMP/masked_taskloop_private_messages.cpp
clang/tools/libclang/CIndex.cpp
clang/tools/libclang/CXCursor.cpp
llvm/include/llvm/Frontend/OpenMP/OMP.td
|