[PATCH] D102449: [WIP][Clang][OpenMP] Add the support for compare clause in atomic directive

Shilei Tian via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 27 08:03:27 PDT 2021


tianshilei1992 added a comment.

Yes, there are a couple of issues of implicit cast to be fixed. Current test is just a placeholder. I copied and pasted from the one for `update` clause and just replaced all `update`s with `compare`. I’m also working on that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102449



More information about the cfe-commits mailing list