diff options
author | jeanPerier <jperier@nvidia.com> | 2023-10-13 08:34:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-13 08:34:53 +0200 |
commit | 7755cdf03d2f2dce652398ada012377186c292d3 (patch) | |
tree | f8e6bff62b4e9cb855c4229116094e63e54d6f79 /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 9bcc094d376705e3dcfdd6fe2c71bb5456746b08 (diff) | |
download | llvm-7755cdf03d2f2dce652398ada012377186c292d3.zip llvm-7755cdf03d2f2dce652398ada012377186c292d3.tar.gz llvm-7755cdf03d2f2dce652398ada012377186c292d3.tar.bz2 |
[flang][runtime] Fix IsContiguous for zero and one element arrays (#68869)
The byte strides in zero and one element array descriptor may not be
perfect multiple of the element size and previous and extents.
IsContiguous and its CFI equivalent should still return true for such
arrays (Fortran 2018 standards says in 8.5.7 that an array is not
contiguous if it has two or more elements and ....).
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions