[llvm] [LLVM][OpenMP] "nowait" clause is valid for "workshare" (PR #88426)

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 11 15:18:28 PDT 2024


kparzysz wrote:

> It wasn't clear from the title that this is deviating from the standard specification for ease of implementation.

It was a good catch on your side.  I was testing my code that relied on this (which I had forgotten about).  When I created the PR I honestly thought that this is where the "nowait" clause was supposed to be.  Only after you pointed out the "end workshare" when I realized what really happened.

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


More information about the llvm-commits mailing list