[all-commits] [llvm/llvm-project] 3887eb: [flang][lowering] Add support for lowering of the ...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Wed Mar 16 09:51:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3887ebbba0eb33ade9f181e4ce9b0a3a9f764ee5
https://github.com/llvm/llvm-project/commit/3887ebbba0eb33ade9f181e4ce9b0a3a9f764ee5
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2022-03-16 (Wed, 16 Mar 2022)
Changed paths:
M flang/lib/Lower/IntrinsicCall.cpp
A flang/test/Lower/Intrinsics/ieor.f90
Log Message:
-----------
[flang][lowering] Add support for lowering of the `ieor` intrinsic
This patch adds support for lowering of the `ieor` 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
Co-authored-by: V Donaldson <vdonaldson at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Valentin Clement <clementval at gmail.com>
Differential Revision: https://reviews.llvm.org/D121791
More information about the All-commits
mailing list