[all-commits] [llvm/llvm-project] 6472a2: [flang] Handle parent component on the LHS of intr...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Tue Mar 14 08:02:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6472a2ee363f3b5ac823e471b7ba5582c101a528
      https://github.com/llvm/llvm-project/commit/6472a2ee363f3b5ac823e471b7ba5582c101a528
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-03-14 (Tue, 14 Mar 2023)

  Changed paths:
    M flang/lib/Lower/Bridge.cpp
    M flang/test/Lower/parent-component.f90

  Log Message:
  -----------
  [flang] Handle parent component on the LHS of intrinsic assignment

When the LHS is referring to a parent component the box need to be
reboxed to the parent component type so the runtime can handle the
assignment correctly.

Reviewed By: PeteSteinfeld

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




More information about the All-commits mailing list