[PATCH] D124724: [Clang][OpenMP] Add the support for floating-point variables for specific atomic clauses

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 2 16:01:30 PDT 2022


jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.

In D124724#3486921 <https://reviews.llvm.org/D124724#3486921>, @tianshilei1992 wrote:

> always use `UIToFP` because that is the only case that `UpdateVal` is a `ConstantInt`, where we created the constant integer for `++` or `--` operation.

Makes sense. LG.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124724



More information about the cfe-commits mailing list