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

via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 11 12:21:26 PDT 2024


https://github.com/carlobertolli approved this pull request.

LGTM: nowait has been part of OpenMP since 4.5 (or earlier, I didn't check 4.0).
It'd be nice if you added a clang/test/OpenMP minimal test. I checked and I couldn't find a single parse test for the workshare directive.

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


More information about the llvm-commits mailing list