[flang-commits] [flang] [flang][OpenMP] Implement flexible OpenMP clause representation (PR #81621)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Wed Feb 21 05:54:29 PST 2024


kparzysz wrote:

> So I'm not sure whether the list of structures here could be made somewhat more language agnostic and based off of the spec rather than flang's PFT if there's a chance that this approach could be shared by clang and flang.

This is a very good point.  Yes, that would be better, and that's the next step here, but it would be good to have something working before that, so the changes are more incremental.

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


More information about the flang-commits mailing list