[PATCH] D115464: [flang] Simplify RaggedArrayHeader and make it plain C struct

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 9 12:54:44 PST 2021


clementval created this revision.
clementval added a reviewer: schweitz.
Herald added a subscriber: mehdi_amini.
Herald added a project: Flang.
clementval requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.

- Join indirection and rank into a single value `flags`
- Make the struct a plain C struct.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115464

Files:
  flang/include/flang/Runtime/ragged.h
  flang/lib/Optimizer/Builder/FIRBuilder.cpp
  flang/lib/Optimizer/Builder/Runtime/Ragged.cpp
  flang/runtime/ragged.cpp
  flang/unittests/Runtime/Ragged.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115464.393260.patch
Type: text/x-patch
Size: 5757 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211209/57526785/attachment.bin>


More information about the llvm-commits mailing list