[all-commits] [llvm/llvm-project] ff3e75: [flang][lowering] Add support for lowering of the ...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Fri Mar 18 03:17:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff3e75f7390e387f8134bacd9c862475a08d3348
https://github.com/llvm/llvm-project/commit/ff3e75f7390e387f8134bacd9c862475a08d3348
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2022-03-18 (Fri, 18 Mar 2022)
Changed paths:
M flang/lib/Lower/IntrinsicCall.cpp
A flang/test/Lower/Intrinsics/lbound.f90
A flang/test/Lower/Intrinsics/ubound.f90
Log Message:
-----------
[flang][lowering] Add support for lowering of the `{l|u}bound` intrinsics
This patch adds support for lowering of the `{l|u}bound` intrinsics from
Fortran to the FIR dialect of MLIR. Note that `ubound` is already
supported, but the test was missing (added here).
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/D121926
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
Co-authored-by: Peter Steinfeld <psteinfeld at nvidia.com>
More information about the All-commits
mailing list