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

Krzysztof Parzyszek via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jan 12 12:32:48 PST 2024


kparzysz wrote:

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

Yes, fixed.  I meant embedding it inside of `OpenMPConstruct`.  Thanks for the catch.

> Would we be able to remove `OpenMPSectionConstruct` from `struct OpenMPConstruct` after this change?

Yes.

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


More information about the llvm-branch-commits mailing list