[all-commits] [llvm/llvm-project] 743805: [OpenMP][OMPIRBuilder] Add Directives (master and ...
fghanim via All-commits
all-commits at lists.llvm.org
Fri Feb 14 23:16:29 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7438059a90326d4fe46377bf1833180333b48fff
https://github.com/llvm/llvm-project/commit/7438059a90326d4fe46377bf1833180333b48fff
Author: Fady Ghanim <fghanim84 at gmail.com>
Date: 2020-02-15 (Sat, 15 Feb 2020)
Changed paths:
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/test/OpenMP/critical_codegen.cpp
M clang/test/OpenMP/master_codegen.cpp
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/OMPConstants.cpp
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
Log Message:
-----------
[OpenMP][OMPIRBuilder] Add Directives (master and critical) to OMPBuilder.
Add support for Master and Critical directive in the OMPIRBuilder. Both make use of a new common interface for emitting inlined OMP regions called `emitInlinedRegion` which was added in this patch as well.
Also this patch modifies clang to use the new directives when `-fopenmp-enable-irbuilder` commandline option is passed.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D72304
More information about the All-commits
mailing list