[all-commits] [llvm/llvm-project] 4d95f7: [flang] Lower assumed length character allocatable...

jpenix-quic via All-commits all-commits at lists.llvm.org
Thu Oct 13 11:07:04 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d95f74b13c6149a8ee2dfa0412d992c613c0c89
      https://github.com/llvm/llvm-project/commit/4d95f74b13c6149a8ee2dfa0412d992c613c0c89
  Author: Jonathon Penix <jpenix at quicinc.com>
  Date:   2022-10-13 (Thu, 13 Oct 2022)

  Changed paths:
    M flang/include/flang/Lower/Allocatable.h
    M flang/lib/Lower/Allocatable.cpp
    M flang/lib/Lower/ConvertVariable.cpp
    M flang/lib/Lower/HostAssociations.cpp
    M flang/test/Lower/allocatable-callee.f90
    A flang/test/Lower/pointer-args-callee.f90

  Log Message:
  -----------
  [flang] Lower assumed length character allocatable and pointer arguments

It seems the needed functionality was already implemented for host associations,
so turn that code into a function and move it into a (hopefully appropriate)
common location and reuse it.

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




More information about the All-commits mailing list