[all-commits] [llvm/llvm-project] 016fbc: [flang] Carry dynamic type in fir.rebox code gener...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Mon Oct 24 11:43:58 PDT 2022


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

  Changed paths:
    M flang/include/flang/Optimizer/Dialect/FIROps.td
    M flang/lib/Optimizer/CodeGen/CodeGen.cpp
    M flang/test/Lower/allocatable-polymorphic.f90

  Log Message:
  -----------
  [flang] Carry dynamic type in fir.rebox code generation

Load the pointer of the dynamic type descriptor from the
original box and update the destination descriptor with this pointer.

Reviewed By: PeteSteinfeld

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




More information about the All-commits mailing list