[llvm-branch-commits] [flang] [flang][OpenMP] Make all block constructs share the same structure (PR #150956)

Krzysztof Parzyszek via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jul 28 08:36:18 PDT 2025


kparzysz wrote:

Part of the reason to do this is that it will make dealing with the hundreds of new compound directives easier.  The next step would be to make the parser parse constructs based on properties (such as association), not names or directive id's.

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


More information about the llvm-branch-commits mailing list