[all-commits] [llvm/llvm-project] 6714da: [flang][lowering] Add support for lowering the `do...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Tue Mar 15 09:02:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6714da0d14f130a799cf044ca6c5dd953a9c59ea
https://github.com/llvm/llvm-project/commit/6714da0d14f130a799cf044ca6c5dd953a9c59ea
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2022-03-15 (Tue, 15 Mar 2022)
Changed paths:
M flang/lib/Lower/IntrinsicCall.cpp
A flang/test/Lower/Intrinsics/dot_product.f90
Log Message:
-----------
[flang][lowering] Add support for lowering the `dot_product` intrinsic
This patch adds support for lowering the `dot_product` intrinsic from
Fortran to the FIR dialect of MLIR.
This is part of the upstreaming effort from the `fir-dev` branch in [1].
[1] https://github.com/flang-compiler/f18-llvm-project
Differential Revision: https://reviews.llvm.org/D121684
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
Co-authored-by: Valentin Clement <clementval at gmail.com>
Co-authored-by: Mark Leair <leairmark at gmail.com>
More information about the All-commits
mailing list