[all-commits] [llvm/llvm-project] 426c49: [flang] Avoid to wrap box/class type with box/class

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Wed Mar 15 09:28:33 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 426c495e88d73b40758d0f00a14f0a3ab5103f0b
      https://github.com/llvm/llvm-project/commit/426c495e88d73b40758d0f00a14f0a3ab5103f0b
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
    M flang/lib/Optimizer/Builder/FIRBuilder.cpp
    M flang/test/Lower/polymorphic.f90

  Log Message:
  -----------
  [flang] Avoid to wrap box/class type with box/class

Adapat the fix made in D146079 to just avoid the type
to be wrapped with an extra fir.box or fir.class. The potential
load is delegated to the code that is after.

Reviewed By: PeteSteinfeld

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




More information about the All-commits mailing list