[PATCH] D120290: [WIP][Clang][OpenMP] Add the codegen support for `atomic compare capture`

Shilei Tian via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 21 16:18:25 PST 2022


tianshilei1992 created this revision.
tianshilei1992 added reviewers: jdoerfert, ABataev.
Herald added subscribers: guansong, yaxunl.
tianshilei1992 requested review of this revision.
Herald added subscribers: cfe-commits, sstefan1.
Herald added a project: clang.

This patch adds the codegen support for `atomic compare capture` in clang.

Depends on D120007 <https://reviews.llvm.org/D120007> and D118632 <https://reviews.llvm.org/D118632>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120290

Files:
  clang/include/clang/AST/StmtOpenMP.h
  clang/lib/AST/StmtOpenMP.cpp
  clang/lib/CodeGen/CGStmtOpenMP.cpp
  clang/lib/Sema/SemaOpenMP.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120290.410416.patch
Type: text/x-patch
Size: 11224 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220222/03bfe1e4/attachment-0001.bin>


More information about the cfe-commits mailing list