[all-commits] [llvm/llvm-project] ad3bb7: [flang] Simplify RaggedArrayHeader and make it pla...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Dec 9 13:28:20 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ad3bb7c7da7b9e66cb98629d0f579546c8ead48f
      https://github.com/llvm/llvm-project/commit/ad3bb7c7da7b9e66cb98629d0f579546c8ead48f
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2021-12-09 (Thu, 09 Dec 2021)

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

  Log Message:
  -----------
  [flang] Simplify RaggedArrayHeader and make it plain C struct

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

Reviewed By: schweitz

Differential Revision: https://reviews.llvm.org/D115464




More information about the All-commits mailing list