[all-commits] [llvm/llvm-project] f19c46: [flang][runtime] Iterate over array elements in us...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Mar 10 10:26:06 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f19c46d431f797a1b6017b8ea6c9244e87663aa2
https://github.com/llvm/llvm-project/commit/f19c46d431f797a1b6017b8ea6c9244e87663aa2
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-03-10 (Fri, 10 Mar 2023)
Changed paths:
M flang/runtime/descriptor-io.cpp
M flang/runtime/descriptor-io.h
Log Message:
-----------
[flang][runtime] Iterate over array elements in user-defined derived type I/O
It was only handling scalars; change to iterate over all array elements.
Differential Revision: https://reviews.llvm.org/D145752
More information about the All-commits
mailing list