[PATCH] D119957: [flang] Handle lowering arguments in subroutine and function

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 16 10:03:36 PST 2022


clementval created this revision.
clementval added reviewers: jeanPerier, kiranchandramohan, PeteSteinfeld, schweitz, svedanayagam, klausler.
Herald added a subscriber: mehdi_amini.
Herald added a project: Flang.
clementval requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.

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.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119957

Files:
  flang/include/flang/Lower/CallInterface.h
  flang/lib/Lower/Bridge.cpp
  flang/lib/Lower/CallInterface.cpp
  flang/lib/Lower/ConvertVariable.cpp
  flang/test/Lower/arguments.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119957.409311.patch
Type: text/x-patch
Size: 20192 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220216/2db695a9/attachment.bin>


More information about the llvm-commits mailing list