[PATCH] D158266: Patch for Support to loop bind clause : Checking Parent Region
Sunil K via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 31 00:26:26 PDT 2023
koops updated this revision to Diff 554920.
koops added a comment.
Using isOpenMPWorksharingDirective( ) for the "omp loop bind(parallel)" and "omp loop bind(teams)".
Added extra tests in loop_bind_messages.cpp.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158266/new/
https://reviews.llvm.org/D158266
Files:
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/loop_bind_messages.cpp
clang/test/PCH/pragma-loop.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158266.554920.patch
Type: text/x-patch
Size: 8805 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230831/82ff07af/attachment-0001.bin>
More information about the cfe-commits
mailing list