[all-commits] [llvm/llvm-project] 104d9a: [Clang][OpenMP] Add the codegen support for `atomi...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Tue Feb 22 10:01:53 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 104d9a674312c314699558ad8ee48b70624fdb6c
https://github.com/llvm/llvm-project/commit/104d9a674312c314699558ad8ee48b70624fdb6c
Author: Shilei Tian <i at tianshilei.me>
Date: 2022-02-22 (Tue, 22 Feb 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
A clang/test/OpenMP/atomic_compare_codegen.cpp
Log Message:
-----------
[Clang][OpenMP] Add the codegen support for `atomic compare`
This patch adds the codegen support for `atomic compare` in clang.
Reviewed By: ABataev
Differential Revision: https://reviews.llvm.org/D118632
More information about the All-commits
mailing list