[flang-commits] [flang] [llvm] [Flang][OpenMP] Add semantic checks for order clause (PR #115281)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Thu Nov 7 10:06:35 PST 2024
kiranchandramohan wrote:
> Yes, regarding that, I was wondering, how to get the details of the region? There is another restriction in Order clause which say:
>
> ```
> A region that corresponds to a construct with an order clause that specifies concurrent may
> not contain calls to procedures that contain OpenMP directives.
> ```
>
> If we get the answer for this, your example would have the similar fix.
Generally, we do not support these checks.
https://github.com/llvm/llvm-project/pull/115281
More information about the flang-commits
mailing list