tianshilei1992 created this revision. tianshilei1992 added reviewers: jdoerfert, ABataev. Herald added subscribers: guansong, hiraditya, yaxunl. Herald added a project: All. tianshilei1992 requested review of this revision. Herald added subscribers: llvm-commits, cfe-commits, sstefan1. Herald added projects: clang, LLVM.
D127041 <https://reviews.llvm.org/D127041> introduced the support for `fmax` and `fmin` such that we can also reprent `atomic compare` and `atomic compare capture` with `atomicrmw` instruction. This patch simply lifts the limitation we set before. Depend on D127041 <https://reviews.llvm.org/D127041>. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D127042 Files: clang/lib/CodeGen/CGStmtOpenMP.cpp clang/lib/Sema/SemaOpenMP.cpp clang/test/OpenMP/atomic_compare_codegen.cpp clang/test/OpenMP/atomic_messages.c llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits