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

Shilei Tian via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 2 12:18:13 PST 2022


tianshilei1992 added a comment.

In D116637#3291608 <https://reviews.llvm.org/D116637#3291608>, @jdoerfert wrote:

> 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.

I understand, but currently we raise error in Sema so there is no way it can pass a test.


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