[all-commits] [llvm/llvm-project] 85b89e: [flang] Lower simple RETURN statement
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Feb 10 09:36:19 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85b89ed213c41a8d7dafff957c8d20a247e6d9df
https://github.com/llvm/llvm-project/commit/85b89ed213c41a8d7dafff957c8d20a247e6d9df
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths:
M flang/lib/Lower/Bridge.cpp
A flang/test/Lower/return-statement.f90
Log Message:
-----------
[flang] Lower simple RETURN statement
This patch adds the lowering for the RETURN statement
without alternate returns in the main program or in subroutine
and functions.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D119429
Co-authored-by: V Donaldson <vdonaldson at nvidia.com>
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