[all-commits] [llvm/llvm-project] 67318d: [flang] Handle parent component in user function a...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Mon Mar 13 12:49:02 PDT 2023


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

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

  Log Message:
  -----------
  [flang] Handle parent component in user function argument for special cases

In some cases the argument is already handled by a fir.rebox operation. Just
adapat the type to match the parent component in that case.

Depends on D145928

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




More information about the All-commits mailing list