Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D127042
[Clang][OpenMP] Enable floating-point operation for `atomic compare` series ClosedPublic Authored by tianshilei1992 on Jun 3 2022, 6:36 PM.
Details Summary
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 3 2022, 6:36 PM tianshilei1992 added a parent revision: D127041: [LLVM] Add the support for fmax and fmin in atomicrmw instruction.Jun 3 2022, 6:36 PM This revision is now accepted and ready to land.Jun 4 2022, 11:20 AM This revision was landed with ongoing or failed builds.Jul 6 2022, 10:05 AM Closed by commit rG83837a61981c: [Clang][OpenMP] Enable floating-point operation for `atomic compare` series (authored by tianshilei1992). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 442618 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
|