[all-commits] [llvm/llvm-project] 3de6b1: [flang][NFC] Add pointer dummy arguments tests
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Mar 22 12:57:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3de6b1ce0dd1d7358c75f1bbafc6ee6e70a51875
https://github.com/llvm/llvm-project/commit/3de6b1ce0dd1d7358c75f1bbafc6ee6e70a51875
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-22 (Tue, 22 Mar 2022)
Changed paths:
A flang/test/Lower/pointer-args-caller.f90
M flang/test/Lower/pointer-assignments.f90
M flang/test/Lower/pointer-disassociate.f90
M flang/test/Lower/pointer-initial-target-2.f90
M flang/test/Lower/pointer-initial-target.f90
R flang/test/Lower/pointer-reference.f90
A flang/test/Lower/pointer-references.f90
M flang/test/Lower/pointer-results-as-arguments.f90
M flang/test/Lower/pointer-runtime.f90
M flang/test/Lower/pointer.f90
Log Message:
-----------
[flang][NFC] Add pointer dummy arguments tests
This patch adds test for calls with POINTER dummy arguments on the caller side.
It also fixes some formatting error that was introduced when upstreaming
the other pointer tests.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D122238
Co-authored-by: Jean Perier <jperier at nvidia.com>
More information about the All-commits
mailing list