[PATCH] D122255: Meta directive runtime support
Abid via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 22 12:48:32 PDT 2022
abidmalikwaterloo created this revision.
Herald added subscribers: mgrang, hiraditya.
Herald added a project: All.
abidmalikwaterloo requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, cfe-commits, sstefan1.
Herald added projects: clang, LLVM.
The patch extends the current implementation
for runtime support. The current patch build AST
of the when clauses in sorted order using the
context selector score
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D122255
Files:
clang/include/clang/AST/OpenMPClause.h
clang/include/clang/AST/RecursiveASTVisitor.h
clang/include/clang/AST/StmtOpenMP.h
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Parse/Parser.h
clang/include/clang/Sema/Sema.h
clang/lib/AST/OpenMPClause.cpp
clang/lib/AST/StmtPrinter.cpp
clang/lib/Parse/ParseOpenMP.cpp
clang/lib/Sema/SemaOpenMP.cpp
clang/lib/Sema/SemaStmt.cpp
llvm/include/llvm/Frontend/OpenMP/OMPContext.h
llvm/lib/Frontend/OpenMP/OMPContext.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122255.417372.patch
Type: text/x-patch
Size: 38807 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220322/61a68535/attachment.bin>
More information about the llvm-commits
mailing list