[all-commits] [llvm/llvm-project] 56164c: [Flang][MLIR][OpenMP] Add support for logical eqv ...
DylanFleming-arm via All-commits
all-commits at lists.llvm.org
Thu Mar 9 06:04:19 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56164c3eb450c1de2d7326a545e4c7bbc57e91b5
https://github.com/llvm/llvm-project/commit/56164c3eb450c1de2d7326a545e4c7bbc57e91b5
Author: Dylan Fleming <Dylan.Fleming at arm.com>
Date: 2023-03-09 (Thu, 09 Mar 2023)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
M flang/test/Fir/convert-to-llvm-openmp-and-fir.fir
R flang/test/Lower/OpenMP/Todo/reduction-eqv.f90
M flang/test/Lower/OpenMP/wsloop-reduction-logical-and.f90
A flang/test/Lower/OpenMP/wsloop-reduction-logical-eqv.f90
M mlir/lib/Conversion/OpenMPToLLVM/OpenMPToLLVM.cpp
M mlir/test/Conversion/OpenMPToLLVM/convert-to-llvmir.mlir
Log Message:
-----------
[Flang][MLIR][OpenMP] Add support for logical eqv in worksharing-loop
The patch adds the lowering from Flang parse-tree to FIR+OpenMP. The
conversion code is also added in MLIR.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D133442
Co-authored-by: Kiran Chandramohan <kiran.chandramohan at arm.com>
More information about the All-commits
mailing list