[all-commits] [llvm/llvm-project] 976d47: [OpenMP] Support construct trait set for Clang
Chi-Chun, Chen via All-commits
all-commits at lists.llvm.org
Thu Sep 16 09:34:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 976d474bec357d7712884ce4691be45d247325bd
https://github.com/llvm/llvm-project/commit/976d474bec357d7712884ce4691be45d247325bd
Author: cchen <chichun.chen at hpe.com>
Date: 2021-09-16 (Thu, 16 Sep 2021)
Changed paths:
M clang/include/clang/AST/OpenMPClause.h
M clang/lib/AST/OpenMPClause.cpp
M clang/lib/Parse/ParseOpenMP.cpp
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/declare_variant_ast_print.c
M clang/test/OpenMP/declare_variant_ast_print.cpp
A clang/test/OpenMP/declare_variant_construct_codegen_1.c
M clang/test/OpenMP/declare_variant_messages.c
Log Message:
-----------
[OpenMP] Support construct trait set for Clang
This patch supports construct trait set selector by using the existed
declare variant infrastructure inside `OMPContext` and simd selector is
currently not supported. The goal of this patch is to pass the declare variant
test inside sollve test suite.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D109635
More information about the All-commits
mailing list