[all-commits] [llvm/llvm-project] fe6557: [flang] Support polymorphic inputs for the TRANSPO...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Sun Feb 12 07:59:05 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fe655717bff1931c958dc34331bf2b8bddf76cc8
      https://github.com/llvm/llvm-project/commit/fe655717bff1931c958dc34331bf2b8bddf76cc8
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-02-12 (Sun, 12 Feb 2023)

  Changed paths:
    M flang/lib/Lower/ConvertExpr.cpp
    M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
    M flang/test/Lower/polymorphic-temp.f90

  Log Message:
  -----------
  [flang] Support polymorphic inputs for the TRANSPOSE intrinsic

Force TRANSPOSE with polymorphic inputs through the runtime call
and carry the polymorphic type information from the matrix to
the result.

Reviewed By: jeanPerier

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




More information about the All-commits mailing list