This patch adds the support for compare capture in OMPIRBuilder.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential D120007
[OMPIRBuilder] Add the support for compare capture ClosedPublic Authored by tianshilei1992 on Feb 16 2022, 9:32 PM.
Details
Summary This patch adds the support for compare capture in OMPIRBuilder.
Diff Detail
Unit TestsFailed Event Timelinetianshilei1992 retitled this revision from [WIP][OMPIRBuilder] Add the support for compare capture to [OMPIRBuilder] Add the support for compare capture.Feb 17 2022, 4:33 PM This revision is now accepted and ready to land.Feb 21 2022, 1:58 PM Closed by commit rGeb673be5ac85: [OMPIRBuilder] Add the support for compare capture (authored by tianshilei1992). · Explain WhyJun 1 2022, 4:53 PM This revision was automatically updated to reflect the committed changes. tianshilei1992 removed a child revision: D120290: [Clang][OpenMP] Add the codegen support for `atomic compare capture`.Jun 2 2022, 3:27 PM
Revision Contents
Diff 409816 llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
|