[llvm-branch-commits] [flang] [Flang][OpenMP] Handle SECTION construct from within SECTIONS (PR #77759)

Kiran Chandramohan via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jan 12 10:14:49 PST 2024


kiranchandramohan wrote:

> This makes it unnecessary to embed OpenMPSectionConstruct inside of OpenMPSectionConstruct anymore.
What do you mean by this? Is there a typo?

Would we be able to remove `OpenMPSectionConstruct` from `struct OpenMPConstruct` after this change?
https://github.com/llvm/llvm-project/blob/2f2217a8f7ad68b2d9374e0515f02e6752acd126/flang/include/flang/Parser/parse-tree.h#L3990

https://github.com/llvm/llvm-project/pull/77759


More information about the llvm-branch-commits mailing list