[all-commits] [llvm/llvm-project] 042ae8: [OpenMP] Support operation conversion to LLVM for ...
PeixinQiao via All-commits
all-commits at lists.llvm.org
Fri May 27 09:08:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 042ae89556572d045619dbc7ede1be20c644fa6d
https://github.com/llvm/llvm-project/commit/042ae89556572d045619dbc7ede1be20c644fa6d
Author: PeixinQiao <qiaopeixin at huawei.com>
Date: 2022-05-28 (Sat, 28 May 2022)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/lib/Conversion/OpenMPToLLVM/OpenMPToLLVM.cpp
M mlir/test/Conversion/OpenMPToLLVM/convert-to-llvmir.mlir
Log Message:
-----------
[OpenMP] Support operation conversion to LLVM for threadprivate directive
This supports the operation conversion for threadprivate directive. The
support for memref type conversion is not implemented.
Reviewed By: kiranchandramohan, shraiysh
Differential Revision: https://reviews.llvm.org/D124610
More information about the All-commits
mailing list