[all-commits] [llvm/llvm-project] 325bd5: [flang] More subscript triplet checking at compila...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Jan 31 08:19:11 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 325bd5289351e0deb71156628c215fe697e44fbc
https://github.com/llvm/llvm-project/commit/325bd5289351e0deb71156628c215fe697e44fbc
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-01-31 (Tue, 31 Jan 2023)
Changed paths:
M flang/lib/Semantics/expression.cpp
M flang/test/Semantics/expr-errors06.f90
Log Message:
-----------
[flang] More subscript triplet checking at compilation time
When a triplet's lower and upper bounds are the same, we can
check them without requiring a constant stride.
Differential Revision: https://reviews.llvm.org/D142943
More information about the All-commits
mailing list