llvm/flang/test/Examples
Shraiysh Vaishay ae1623b306 [flang][Parser] Add a node for individual sections in sections construct
This patch adds parser nodes for each indivudual section in sections
construct. This should help with the translation to FIR. `!$omp section`
was not recognized as a construct and hence needed special handling.

`OpenMPSectionsConstruct` contains a list of `OpenMPConstruct`. Each
such `OpenMPConstruct` wraps an `OpenMPSectionConstruct`
(section, not sections). An `OpenMPSectionConstruct` is a wrapper around
a `Block`.

Reviewed By: kiranchandramohan, peixin

Differential Revision: https://reviews.llvm.org/D121680
2022-03-18 21:55:35 +05:30
..
omp-atomic.f90
omp-declarative-directive.f90
omp-device-constructs.f90
omp-nowait.f90 [flang][flang-omp-report] Remove the loop workarounds for nowait clause 2021-11-04 14:23:50 +00:00
omp-sections.f90 [flang][Parser] Add a node for individual sections in sections construct 2022-03-18 21:55:35 +05:30
print-fns-calls.f90
print-fns-definitions.f90
print-fns-interfaces.f90