[flang-commits] [flang] [llvm] Adding parsing support for omp loop, target loop directives (PR #93517)
Michael Klemm via flang-commits
flang-commits at lists.llvm.org
Wed May 29 07:10:55 PDT 2024
mjklemm wrote:
Yes, `target loop` is non-conforming. But some vendor implementations support it and it will be coming with OpenMP 6.0. So, we should accept it. If people like, we may want to emit a warning it a non-conforming feature is being used and is being mapped to `target teams loop`.
https://github.com/llvm/llvm-project/pull/93517
More information about the flang-commits
mailing list