[all-commits] [llvm/llvm-project] e4add9: [OpenMP][IR-Builder] Introduce "pragma omp paralle...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Wed Dec 25 16:03:01 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e4add9727b43f413a93993add5d97695b8c3b2be
https://github.com/llvm/llvm-project/commit/e4add9727b43f413a93993add5d97695b8c3b2be
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2019-12-25 (Wed, 25 Dec 2019)
Changed paths:
M llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/unittests/Frontend/CMakeLists.txt
M llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
Log Message:
-----------
[OpenMP][IR-Builder] Introduce "pragma omp parallel" code generation
This patch combines the `emitParallel` logic prototyped in D61953 with
the OpenMPIRBuilder (D69785) and introduces `CreateParallel`.
Reviewed By: fghanim
Differential Revision: https://reviews.llvm.org/D70109
More information about the All-commits
mailing list