[flang] [llvm] [Frontend][OpenMP] Follow compound construct clause restrictions (PR #107853)

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 12 09:09:26 PDT 2024


kparzysz wrote:

In OMP.td the clauses on compound constructs should be unions of clauses from the leaf constructs. This is the default assumption in the spec. Special case restrictions, like the ones from 17.4 should be handled in separate checks.

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


More information about the llvm-commits mailing list