[all-commits] [llvm/llvm-project] d8beb2: [flang][NFC] Add forall lowering tests
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Mar 22 13:35:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8beb2c33db8b2c4594a3714e0d034c2e830b9e4
https://github.com/llvm/llvm-project/commit/d8beb2c33db8b2c4594a3714e0d034c2e830b9e4
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-03-22 (Tue, 22 Mar 2022)
Changed paths:
A flang/test/Lower/forall/array-subscripts.f90
A flang/test/Lower/forall/character-1.f90
A flang/test/Lower/forall/forall-allocatable-2.f90
A flang/test/Lower/forall/forall-allocatable.f90
A flang/test/Lower/forall/forall-array.f90
A flang/test/Lower/forall/forall-construct-2.f90
A flang/test/Lower/forall/forall-construct-3.f90
A flang/test/Lower/forall/forall-ranked.f90
A flang/test/Lower/forall/forall-slice.f90
A flang/test/Lower/forall/forall-stmt.f90
A flang/test/Lower/forall/forall-where-2.f90
A flang/test/Lower/forall/forall-where.f90
A flang/test/Lower/forall/test9.f90
Log Message:
-----------
[flang][NFC] Add forall lowering tests
This patch adds some lowering tests for the `forall` construct.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D122253
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