[all-commits] [llvm/llvm-project] ee7a62: [flang] Generate iteration shape from passed object

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Fri Dec 9 00:18:51 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ee7a62a30646cb114b28b08a2da30466024cebbb
      https://github.com/llvm/llvm-project/commit/ee7a62a30646cb114b28b08a2da30466024cebbb
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-12-09 (Fri, 09 Dec 2022)

  Changed paths:
    M flang/lib/Lower/ConvertExpr.cpp
    M flang/test/Lower/polymorphic.f90

  Log Message:
  -----------
  [flang] Generate iteration shape from passed object

When call an elemental subroutine with a monomorphic or polymorphic
passed object, the iteration shape could not be computed. Use the
passed object to infer the implicit iteration shape so the loop
can be constructed.

Reviewed By: PeteSteinfeld

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




More information about the All-commits mailing list