[all-commits] [llvm/llvm-project] 8ef910: [flang] Correctly lower optional assumed type dummy

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Tue Apr 4 08:41:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8ef91099f6162b023b467168e208e0843ce6781f
      https://github.com/llvm/llvm-project/commit/8ef91099f6162b023b467168e208e0843ce6781f
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-04-04 (Tue, 04 Apr 2023)

  Changed paths:
    M flang/lib/Lower/ConvertExpr.cpp
    M flang/test/Lower/assumed-type.f90

  Log Message:
  -----------
  [flang] Correctly lower optional assumed type dummy

Assumed type are represented differently in the ActualArgument
class. Correctly handle them in intrinsic arg lowering.

Reviewed By: PeteSteinfeld

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




More information about the All-commits mailing list