[all-commits] [llvm/llvm-project] c4a90d: [Clang][OpenMP] Add the codegen support for `atomi...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Thu Jun 2 18:38:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4a90db72064cca70c51b9c49212fa54d34b02ba
https://github.com/llvm/llvm-project/commit/c4a90db72064cca70c51b9c49212fa54d34b02ba
Author: Shilei Tian <i at tianshilei.me>
Date: 2022-06-02 (Thu, 02 Jun 2022)
Changed paths:
M clang/include/clang/AST/StmtOpenMP.h
M clang/lib/AST/StmtOpenMP.cpp
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/Sema/SemaOpenMP.cpp
M clang/lib/Serialization/ASTReaderStmt.cpp
M clang/lib/Serialization/ASTWriterStmt.cpp
M clang/test/OpenMP/atomic_compare_codegen.cpp
Log Message:
-----------
[Clang][OpenMP] Add the codegen support for `atomic compare capture`
This patch adds the codegen support for `atomic compare capture` in clang.
Reviewed By: ABataev
Differential Revision: https://reviews.llvm.org/D120290
More information about the All-commits
mailing list