[all-commits] [llvm/llvm-project] 8964a1: [OpenMP] Lowering to MLIR of ordered threads direc...
PeixinQiao via All-commits
all-commits at lists.llvm.org
Wed Apr 13 07:32:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8964a17dad6a24d8126a7a4be469ba6487cdad43
https://github.com/llvm/llvm-project/commit/8964a17dad6a24d8126a7a4be469ba6487cdad43
Author: PeixinQiao <qiaopeixin at huawei.com>
Date: 2022-04-13 (Wed, 13 Apr 2022)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
A flang/test/Lower/OpenMP/omp-ordered-threads.f90
Log Message:
-----------
[OpenMP] Lowering to MLIR of ordered threads directive
This patch supports lowering parse-tree to MLIR of ordered threads
directive following Section 2.19.9 of the OpenMP 5.1 standard.
This is part of the upstreaming effort from the fir-dev branch in [1].
[1] https://github.com/flang-compiler/f18-llvm-project
Reviewed By: shraiysh
Differential Revision: https://reviews.llvm.org/D123590
More information about the All-commits
mailing list