[flang-commits] [flang] [llvm] [flang][OpenMP] Parse iterators, add to MAP clause, TODO for lowering (PR #113167)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Mon Oct 21 07:52:30 PDT 2024
kparzysz wrote:
One thing that will still need to change is the parsing of modifiers. Currently, if modifiers are present, they are expected to follow the order in which they are listed in the OpenMP spec. In reality, unless specified otherwise, the spec allows modifiers to be listed in any order. There will be another patch to follow that fixes this.
https://github.com/llvm/llvm-project/pull/113167
More information about the flang-commits
mailing list