[all-commits] [llvm/llvm-project] 3b257a: [flang] Accept BaseBoxType in couple of fir.array_...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Mon Nov 21 07:55:03 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b257a6373678d82bf7ea97542cb9896e5e82941
      https://github.com/llvm/llvm-project/commit/3b257a6373678d82bf7ea97542cb9896e5e82941
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-11-21 (Mon, 21 Nov 2022)

  Changed paths:
    M flang/lib/Lower/ConvertExpr.cpp
    M flang/lib/Optimizer/CodeGen/CGOps.cpp
    M flang/lib/Optimizer/CodeGen/CodeGen.cpp
    M flang/lib/Optimizer/Dialect/FIROps.cpp
    M flang/test/Lower/polymorphic.f90

  Log Message:
  -----------
  [flang] Accept BaseBoxType in couple of fir.array_* operations

Couple of operation are expecting BoxType but can totally handle
ClassType as well. This patch updates couple of locations to support
BaseBoxType instead of BoxType only.

Reviewed By: jeanPerier, PeteSteinfeld

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




More information about the All-commits mailing list