[all-commits] [llvm/llvm-project] aa4710: [flang] Use BaseBoxType in component by component ...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Tue Nov 29 11:45:20 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aa47103898e73cc31ea1cb0ba672821e5dc3dcd8
      https://github.com/llvm/llvm-project/commit/aa47103898e73cc31ea1cb0ba672821e5dc3dcd8
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-11-29 (Tue, 29 Nov 2022)

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

  Log Message:
  -----------
  [flang] Use BaseBoxType in component by component assignment

Use BaseBoxType in `genComponentByComponentAssignment`
so the component by component assignment involving polymorphic entities
does not fall back to scalar assignment.

Reviewed By: PeteSteinfeld

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




More information about the All-commits mailing list