This patch makes use of OMPIRBuilder support for codegen of taskgroup
construct in clang.
Depends on D128203
Paths
| Differential D129992
[clang][OpenMP] Add IRBuilder support for taskgroup ClosedPublic Authored by shraiysh on Jul 18 2022, 2:46 AM.
Details Summary This patch makes use of OMPIRBuilder support for codegen of taskgroup Depends on D128203
Diff Detail
Unit TestsFailed Event Timelineshraiysh added reviewers: Meinersbur, peixin, kiranchandramohan, kiranktp, NimishMishra, clementval, raghavendhra, dpalermo.Jul 18 2022, 2:48 AM
Comment Actions Moved checking to isSupportedByOpenMPIRBuilder.
This revision is now accepted and ready to land.Jul 19 2022, 12:54 PM This revision was landed with ongoing or failed builds.Jul 20 2022, 10:44 PM Closed by commit rG61fa7a88c7b6: [clang][OpenMP] Add IRBuilder support for taskgroup (authored by shraiysh). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 445697 clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/test/OpenMP/taskgroup_codegen.cpp
|
simplification