[all-commits] [llvm/llvm-project] a16edd: [flang] Lower transfer instrinsic
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Mar 16 03:34:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a16eddb2b40d7d81b4c3f86127db35dace58024a
https://github.com/llvm/llvm-project/commit/a16eddb2b40d7d81b4c3f86127db35dace58024a
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-16 (Wed, 16 Mar 2022)
Changed paths:
M flang/include/flang/Lower/Runtime.h
M flang/lib/Lower/IntrinsicCall.cpp
M flang/lib/Lower/Runtime.cpp
A flang/test/Lower/Intrinsics/transfer.f90
Log Message:
-----------
[flang] Lower transfer instrinsic
This patch adds lowering for the `transfer` intrinsic.
The calls are lowered to runtime function calls.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D121777
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: mleair <leairmark at gmail.com>
More information about the All-commits
mailing list