[flang-commits] [flang] [llvm] Adding parsing support for omp loop, target loop directives (PR #93517)

Anchu Rajendran Sudhakumari via flang-commits flang-commits at lists.llvm.org
Tue Jun 4 23:34:38 PDT 2024


anchur 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`.

@mjklemm makes sense. I will add that

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


More information about the flang-commits mailing list