[all-commits] [llvm/llvm-project] 198111: [flang] Lower function return to HLFIR
jeanPerier via All-commits
all-commits at lists.llvm.org
Mon Dec 5 00:07:06 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19811165482d87582d31219305f946a77208a1f2
https://github.com/llvm/llvm-project/commit/19811165482d87582d31219305f946a77208a1f2
Author: Jean Perier <jperier at nvidia.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M flang/lib/Lower/Bridge.cpp
A flang/test/Lower/HLFIR/function-return.f90
Log Message:
-----------
[flang] Lower function return to HLFIR
The only special thing that is needed is to update the bridge symbol
lookup to deal with the HLFIR symbol lookup (symbols are mapped to
fir::FortranVariableInterface operations, not Fortran::Lower::SymbolBox).
Differential Revision: https://reviews.llvm.org/D139201
More information about the All-commits
mailing list