This removes the OpenMPProcBindClauseKind enum in favor of
llvm::omp::ProcBindKind which lives in OpenMPConstants.h and was
introduced in D70109.
No change in behavior is expected.
Paths
| Differential D70289
[OpenMP][NFCI] Use the libFrontend ProcBindKind in Clang ClosedPublic Authored by jdoerfert on Nov 14 2019, 10:32 PM.
Details Summary This removes the OpenMPProcBindClauseKind enum in favor of No change in behavior is expected.
Diff Detail
Event Timelinejdoerfert added a parent revision: D70109: [OpenMP][IR-Builder] Introduce "pragma omp parallel" code generation.Nov 14 2019, 10:38 PM This revision is now accepted and ready to land.Dec 13 2019, 9:57 AM Closed by commit rG6c5d1f40ff8d: [OpenMP][NFCI] Use the libFrontend ProcBindKind in Clang (authored by jdoerfert). · Explain WhyDec 26 2019, 9:10 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 235356 clang/include/clang/AST/OpenMPClause.h
clang/include/clang/Basic/OpenMPKinds.h
clang/include/clang/Basic/OpenMPKinds.def
clang/include/clang/Sema/Sema.h
clang/lib/AST/OpenMPClause.cpp
clang/lib/Basic/OpenMPKinds.cpp
clang/lib/CodeGen/CGOpenMPRuntime.h
clang/lib/CodeGen/CGOpenMPRuntime.cpp
clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
clang/lib/Sema/SemaOpenMP.cpp
clang/lib/Sema/TreeTransform.h
clang/lib/Serialization/ASTReader.cpp
clang/lib/Serialization/ASTWriter.cpp
llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
|