[all-commits] [llvm/llvm-project] a969e0: [OpenMP] Add Flush directive to OpenMPIRBuilder
kiranchandramohan via All-commits
all-commits at lists.llvm.org
Tue Feb 4 14:52:33 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a969e051a5d9fe17793e8be554b471429d97d958
https://github.com/llvm/llvm-project/commit/a969e051a5d9fe17793e8be554b471429d97d958
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/test/OpenMP/flush_codegen.cpp
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
Log Message:
-----------
[OpenMP] Add Flush directive to OpenMPIRBuilder
Add support for Flush in the OMPIRBuilder. This patch also adds changes
to clang to use the OMPIRBuilder when '-fopenmp-enable-irbuilder'
commandline option is used.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D70712
More information about the All-commits
mailing list