[all-commits] [llvm/llvm-project] da7c77: [flang] Handle lowering arguments in subroutine an...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Wed Feb 16 11:28:23 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: da7c77b82c217592cc14f5b5a3c6a9e6741896af
      https://github.com/llvm/llvm-project/commit/da7c77b82c217592cc14f5b5a3c6a9e6741896af
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-02-16 (Wed, 16 Feb 2022)

  Changed paths:
    M flang/include/flang/Lower/CallInterface.h
    M flang/lib/Lower/Bridge.cpp
    M flang/lib/Lower/CallInterface.cpp
    M flang/lib/Lower/ConvertVariable.cpp
    A flang/test/Lower/arguments.f90

  Log Message:
  -----------
  [flang] Handle lowering arguments in subroutine and function

This patch adds infrsatrcutrue to be able to lower
arguments in functions and subroutines.

This patch is part of the upstreaming effort from fir-dev branch.

Reviewed By: PeteSteinfeld

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

Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>




More information about the All-commits mailing list