[all-commits] [llvm/llvm-project] 33a13f: [flang] Handle parent component in select type

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Mon Mar 6 05:11:52 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 33a13f300bd6fa05b306146e54c2d7d2dd600aae
      https://github.com/llvm/llvm-project/commit/33a13f300bd6fa05b306146e54c2d7d2dd600aae
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
    M flang/lib/Lower/ConvertExpr.cpp
    M flang/test/Lower/polymorphic.f90

  Log Message:
  -----------
  [flang] Handle parent component in select type

In select type construct the associating entity in a TYPE IS
type guard statement is obtained with a fir.convert. Update the code
for the parent component to support fir.convert defining op
as well.

Reviewed By: jeanPerier

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




More information about the All-commits mailing list