[PATCH] D116637: [Clang][Sema][OpenMP] Sema support for `atomic compare`

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 2 12:15:22 PST 2022


jdoerfert added a comment.

In D116637#3284823 <https://reviews.llvm.org/D116637#3284823>, @tianshilei1992 wrote:

> In D116637#3284773 <https://reviews.llvm.org/D116637#3284773>, @ABataev wrote:
>
>> sema and parsing tests?
>
> Tests will be in the patch for code gen.

sema and parsing tests are different from code gen tests.
The former goes here, e.g., look at _messages tests.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116637/new/

https://reviews.llvm.org/D116637



More information about the cfe-commits mailing list