[all-commits] [llvm/llvm-project] 3e7415: [OMPIRBuilder] Support ordered clause specified wi...
PeixinQiao via All-commits
all-commits at lists.llvm.org
Fri Apr 1 01:20:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e7415a0ff30f7d310af4f8ee24269aa450889ba
https://github.com/llvm/llvm-project/commit/3e7415a0ff30f7d310af4f8ee24269aa450889ba
Author: Peixin-Qiao <qiaopeixin at huawei.com>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
M mlir/test/Target/LLVMIR/openmp-llvm.mlir
Log Message:
-----------
[OMPIRBuilder] Support ordered clause specified without parameter
This patch supports ordered clause specified without parameter in
worksharing-loop directive in the OpenMPIRBuilder and lowering MLIR to
LLVM IR.
Reviewed By: Meinersbur
Differential Revision: https://reviews.llvm.org/D114940
More information about the All-commits
mailing list