[all-commits] [llvm/llvm-project] f305ac: [flang][OpenMP] Support lowering to MLIR for order...
PeixinQiao via All-commits
all-commits at lists.llvm.org
Tue May 17 00:08:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f305ac3d5d0e02df68efbad42ab9c209f99d51a7
https://github.com/llvm/llvm-project/commit/f305ac3d5d0e02df68efbad42ab9c209f99d51a7
Author: Peixin-Qiao <qiaopeixin at huawei.com>
Date: 2022-05-17 (Tue, 17 May 2022)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
A flang/test/Lower/OpenMP/omp-wsloop-ordered.f90
Log Message:
-----------
[flang][OpenMP] Support lowering to MLIR for ordered clause
This supports the lowering parse-tree to MLIR for ordered clause in
worksharing-loop directive. Also add the test case for operation
conversion.
Part of this patch is from the fir-dev branch of
https://github.com/flang-compiler/f18-llvm-project.
Co-authored-by: Sourabh Singh Tomar <SourabhSingh.Tomar at amd.com>
Reviewed By: kiranchandramohan, NimishMishra
Differential Revision: https://reviews.llvm.org/D125456
More information about the All-commits
mailing list