[PATCH] D144634: [Clang][OpenMP] Support for Code Generation of loop bind clause
Sunil K via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 16 22:35:20 PDT 2023
koops updated this revision to Diff 514096.
koops added a comment.
1. Adding semantic test clang/test/OpenMP/loop_bind_messages.cpp.
2. Changes suggested by Alexey.
3. >Why need to drop bind clause here? The new Directives to which loop directive is being mapped to, do not contain the bind clause. a) omp loop bind(parallel) ----> omp for b) omp loop bind(teams) -----> omp distribute c) omp loop bind(thread) ------> omp simd
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144634/new/
https://reviews.llvm.org/D144634
Files:
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/loop_bind_codegen.cpp
clang/test/OpenMP/loop_bind_messages.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144634.514096.patch
Type: text/x-patch
Size: 11812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230417/51366221/attachment.bin>
More information about the cfe-commits
mailing list