Without this patch, arguments to the
llvm::OpenMPIRBuilder::AtomicOpValue initializer are reversed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D126619
[OpenMP][Clang] Fix atomic compare for signed vs. unsigned ClosedPublic Authored by jdenny on May 29 2022, 4:22 PM.
Details Summary Without this patch, arguments to the
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 29 2022, 4:26 PM This revision was landed with ongoing or failed builds.May 30 2022, 8:03 AM Closed by commit rGd2e3cb737417: [OpenMP][Clang] Fix atomic compare for signed vs. unsigned (authored by jdenny). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 432924 clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/test/OpenMP/atomic_compare_codegen.cpp
openmp/libomptarget/test/offloading/atomic-compare-signedness.c
openmp/runtime/test/atomic/omp-atomic-compare-signedness.c
|