[all-commits] [llvm/llvm-project] 6f0041: [flang][lowering] Add lowering for the `size` intr...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Wed Mar 16 09:31:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6f0041ea44f5e0eded2b05026242f2ccef7aa90a
https://github.com/llvm/llvm-project/commit/6f0041ea44f5e0eded2b05026242f2ccef7aa90a
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/size.f90
Log Message:
-----------
[flang][lowering] Add lowering for the `size` intrinsic
This patch adds support for lowering of the `size` 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/D121803
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