[all-commits] [llvm/llvm-project] baa42c: [flang] Add more lowering tests for dummy arguments
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Mar 17 09:15:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: baa42c16476b0e27cf25e349f01114c8174fc031
https://github.com/llvm/llvm-project/commit/baa42c16476b0e27cf25e349f01114c8174fc031
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-17 (Thu, 17 Mar 2022)
Changed paths:
M flang/lib/Lower/ConvertExpr.cpp
A flang/test/Lower/dummy-argument-contiguous.f90
A flang/test/Lower/dummy-argument-optional-2.f90
A flang/test/Lower/dummy-argument-optional.f90
A flang/test/Lower/dummy-arguments.f90
Log Message:
-----------
[flang] Add more lowering tests for dummy arguments
This patch adds more lowering tests for dummy arguments
and adds lowering for a specific case.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: schweitz
Differential Revision: https://reviews.llvm.org/D121919
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