[all-commits] [llvm/llvm-project] e0e2a1: [flang][runtime] Make ASSOCIATED() conform with st...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Jun 16 11:40:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e0e2a11751952e3f0d0127ffa52b965a54b51497
https://github.com/llvm/llvm-project/commit/e0e2a11751952e3f0d0127ffa52b965a54b51497
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M flang/runtime/pointer.cpp
Log Message:
-----------
[flang][runtime] Make ASSOCIATED() conform with standard
ASSOCIATED() must be false for zero-sized arrays, and the
strides on a dimension are irrelevant when the extent is unitary.
Differential Revision: https://reviews.llvm.org/D127793
More information about the All-commits
mailing list