[all-commits] [llvm/llvm-project] 1ceb1d: [flang] Enable complex type in function lowering
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Feb 14 23:26:22 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ceb1d9b402515f2f6a93e069c7b77dba28633a6
https://github.com/llvm/llvm-project/commit/1ceb1d9b402515f2f6a93e069c7b77dba28633a6
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M flang/lib/Lower/ConvertType.cpp
M flang/test/Lower/basic-function.f90
Log Message:
-----------
[flang] Enable complex type in function lowering
This patch enables complex type in lowering.
It is tested on function return types.
This patch is part of the upstreaming effort from fir-dev branch.
Depends on D119698
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D119700
Co-authored-by: Jean Perier <jperier at nvidia.com>
More information about the All-commits
mailing list