[all-commits] [llvm/llvm-project] eea7c9: [flang] Lower array related intrinsics
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Mar 16 23:21:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eea7c935d296f692e0f097a394f5b5e119dca9af
https://github.com/llvm/llvm-project/commit/eea7c935d296f692e0f097a394f5b5e119dca9af
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-17 (Thu, 17 Mar 2022)
Changed paths:
M flang/lib/Lower/IntrinsicCall.cpp
A flang/test/Lower/Intrinsics/reshape.f90
A flang/test/Lower/Intrinsics/spread.f90
Log Message:
-----------
[flang] Lower array related intrinsics
This patch adds lowering for somw array related intrinsics:
- `reshape`
- `spread`
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: schweitz
Differential Revision: https://reviews.llvm.org/D121841
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