forked from OSchip/llvm-project
![]() 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 |
||
---|---|---|
.. | ||
omp-atomic.f90 | ||
omp-declarative-directive.f90 | ||
omp-device-constructs.f90 | ||
omp-nowait.f90 | ||
omp-sections.f90 | ||
print-fns-calls.f90 | ||
print-fns-definitions.f90 | ||
print-fns-interfaces.f90 |