[all-commits] [llvm/llvm-project] 518a83: [flang] Add array constructor lowering tests
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Mar 17 13:40:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 518a837e93e48325991e525d4c2c72321b428334
https://github.com/llvm/llvm-project/commit/518a837e93e48325991e525d4c2c72321b428334
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-17 (Thu, 17 Mar 2022)
Changed paths:
M flang/lib/Optimizer/Builder/Character.cpp
A flang/test/Lower/array-constructor-1.f90
A flang/test/Lower/array-constructor-2.f90
Log Message:
-----------
[flang] Add array constructor lowering tests
This patch adds some tests for the lowering of
array constructors.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D121945
Co-authored-by: mleair <leairmark at gmail.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
Co-authored-by: V Donaldson <vdonaldson at nvidia.com>
More information about the All-commits
mailing list