[all-commits] [llvm/llvm-project] 298469: [flang] Implement passing of assumed-type actual a...

jeanPerier via All-commits all-commits at lists.llvm.org
Tue Mar 5 00:27:41 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2984699a3d9266926302d65dc57993f875be67e5
      https://github.com/llvm/llvm-project/commit/2984699a3d9266926302d65dc57993f875be67e5
  Author: jeanPerier <jperier at nvidia.com>
  Date:   2024-03-05 (Tue, 05 Mar 2024)

  Changed paths:
    M flang/lib/Lower/ConvertCall.cpp
    A flang/test/HLFIR/assumed-type-actual-args.f90

  Log Message:
  -----------
  [flang] Implement passing of assumed-type actual arguments. (#83851)

Passing `TYPE(*)`actual to `TYPE(*)` dummy was left TODO. Implement it.
The difference with other actual arguments is that `TYPE(*)` are not
represented as Fortran::evaluate::Expr<T>, so inquiries on
evaluate::Expr<T> must be updated to use evaluate::ActualArgument or
also handle semantics::Symbol case (except in portion of the code where
`TYPE(*)` is impossible, where asserts are added).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list