[all-commits] [llvm/llvm-project] 6116ff: [flang][runtime] Add ragged array runtime functions
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Dec 7 12:22:53 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6116ff297f52c32fbe617c5dcea33c54c2c274ee
https://github.com/llvm/llvm-project/commit/6116ff297f52c32fbe617c5dcea33c54c2c274ee
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-12-07 (Tue, 07 Dec 2021)
Changed paths:
A flang/include/flang/Runtime/ragged.h
M flang/runtime/CMakeLists.txt
A flang/runtime/ragged.cpp
M flang/unittests/Runtime/CMakeLists.txt
A flang/unittests/Runtime/Ragged.cpp
Log Message:
-----------
[flang][runtime] Add ragged array runtime functions
This patch adds the runtime function to allocate and
deallocate ragged arrays.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: klausler
Differential Revision: https://reviews.llvm.org/D114534
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
More information about the All-commits
mailing list