[PATCH] D114534: [flang][runtime] Add ragged array runtime functions

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 24 06:49:11 PST 2021


clementval created this revision.
clementval added reviewers: jeanPerier, svedanayagam, sscalpone, kiranchandramohan, jdoerfert, schweitz, pmccormick, rovka, AlexisPerry, PeteSteinfeld, awarzynski.
Herald added a subscriber: mgorny.
Herald added a project: Flang.
clementval requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch adds the runtime function to allocate and
deallocate ragged arrays.

This patch is part of the upstreaming effort from fir-dev branch.

Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114534

Files:
  flang/include/flang/Runtime/ragged.h
  flang/runtime/CMakeLists.txt
  flang/runtime/ragged.cpp
  flang/unittests/Runtime/CMakeLists.txt
  flang/unittests/Runtime/Ragged.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114534.389486.patch
Type: text/x-patch
Size: 6072 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211124/5fc9d38b/attachment.bin>


More information about the llvm-commits mailing list