[all-commits] [llvm/llvm-project] ceff41: [flang] Introduce BaseBoxType

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Sun Oct 2 11:09:21 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ceff415a1a19dc7039965437382d3f36cb94f08e
      https://github.com/llvm/llvm-project/commit/ceff415a1a19dc7039965437382d3f36cb94f08e
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-10-02 (Sun, 02 Oct 2022)

  Changed paths:
    M flang/include/flang/Optimizer/Dialect/FIRType.h
    M flang/include/flang/Optimizer/Dialect/FIRTypes.td
    M flang/lib/Optimizer/Dialect/FIRType.cpp

  Log Message:
  -----------
  [flang] Introduce BaseBoxType

Introduce a BaseBoxType to be used by BoxType and
the a new ClassType that is introduced in a follow up patch.

This patch is part of the implementation of the poltymorphic
entities.
https://github.com/llvm/llvm-project/blob/main/flang/docs/PolymorphicEntities.md

Reviewed By: PeteSteinfeld

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




More information about the All-commits mailing list