This patch adds translation for single construct along with nowait
clause from PFT to FIR.
Allocate clause is added as a TODO as handleAllocateClause is added in
D122302.
Paths
| Differential D122324
[flang] Single construct translation from PFT to FIR ClosedPublic Authored by shraiysh on Mar 23 2022, 9:28 AM.
Details Summary This patch adds translation for single construct along with nowait Allocate clause is added as a TODO as handleAllocateClause is added in
Diff Detail
Event Timelineshraiysh added reviewers: kiranchandramohan, kiranktp, NimishMishra, peixin, MatsPetersson, arnamoy10, do, AMDChirag, clementval.Mar 23 2022, 9:29 AM Comment Actions LGTM.
This revision is now accepted and ready to land.Mar 23 2022, 7:12 PM Closed by commit rGcd28353e3f5a: [flang] Single construct translation from PFT to FIR (authored by shraiysh). · Explain WhyMar 23 2022, 11:30 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 417836 flang/lib/Lower/OpenMP.cpp
flang/test/Lower/OpenMP/single.f90
|
Nit: nowait will become an unused variable. We have CI running with Werror.