[all-commits] [llvm/llvm-project] 80f8c6: [flang] Lower of elemental calls in array expression
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Mar 11 09:39:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80f8c6dd16b8d0bca10dadf6ff49f7ed7484f346
https://github.com/llvm/llvm-project/commit/80f8c6dd16b8d0bca10dadf6ff49f7ed7484f346
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-11 (Fri, 11 Mar 2022)
Changed paths:
M flang/include/flang/Optimizer/Builder/Factory.h
M flang/lib/Lower/ConvertExpr.cpp
M flang/lib/Lower/ConvertVariable.cpp
M flang/lib/Lower/IntrinsicCall.cpp
A flang/lib/Lower/array-elemental-calls-2.f90
A flang/test/Lower/array-elemental-calls.f90
Log Message:
-----------
[flang] Lower of elemental calls in array expression
This patch adds tests and missing lowering
code to lower elemental function/subroutine calls
in array expression
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D121474
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
More information about the All-commits
mailing list