forked from OSchip/llvm-project
ae1623b306
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 |
||
---|---|---|
.. | ||
acc-unparse.f90 | ||
badlabel.f | ||
compiler-directives.f90 | ||
continuation-in-if.f | ||
elseif-then.f90 | ||
end.f | ||
omp-allocate-unparse.f90 | ||
omp-atomic-unparse.f90 | ||
omp-nontemporal-unparse.f90 | ||
omp-sections.f90 | ||
pp-dir-comments.f90 | ||
unmatched-parens.f90 |