[all-commits] [llvm/llvm-project] 75f9b1: [flang] Compile-time checks for shape conformance ...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Aug 18 14:57:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75f9b189889aae31de209e0554b3ba20998cf659
https://github.com/llvm/llvm-project/commit/75f9b189889aae31de209e0554b3ba20998cf659
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-08-18 (Thu, 18 Aug 2022)
Changed paths:
M flang/lib/Semantics/expression.cpp
M flang/test/Lower/Intrinsics/matmul.f90
M flang/test/Lower/array-constructor-2.f90
M flang/test/Semantics/array-constr-values.f90
A flang/test/Semantics/assign10.f90
Log Message:
-----------
[flang] Compile-time checks for shape conformance on assignments
Assignment statements need to check for array shape conformance
errors that are discernable at compilation time.
Differential Revision: https://reviews.llvm.org/D132161
More information about the All-commits
mailing list